Skip to content

Commit

Permalink
test: run jest with -i to possibly run faster on github
Browse files Browse the repository at this point in the history
  • Loading branch information
ahochsteger committed Feb 7, 2025
1 parent ed48e6b commit 9225543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ci": "npm run ci:build && npm run ci:test && npm run ci:docs",
"ci:build": "npm run clean && npm ci && npm run build && npm run lint:code",
"ci:docs": "npm run clean:docs && npm ci && ( cd docs && npm ci ) && npm run build:docs",
"ci:test": "TZ=Etc/UTC jest --ci --coverage",
"ci:test": "TZ=Etc/UTC jest -i --ci --coverage",
"clean": "rm -rf build docs/build",
"clean:docs": "rm -rf docs/build",
"clean:examples": "scripts/clasp.sh examples clean",
Expand Down

0 comments on commit 9225543

Please sign in to comment.