We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed48e6b commit 9225543Copy full SHA for 9225543
package.json
@@ -12,7 +12,7 @@
12
"ci": "npm run ci:build && npm run ci:test && npm run ci:docs",
13
"ci:build": "npm run clean && npm ci && npm run build && npm run lint:code",
14
"ci:docs": "npm run clean:docs && npm ci && ( cd docs && npm ci ) && npm run build:docs",
15
- "ci:test": "TZ=Etc/UTC jest --ci --coverage",
+ "ci:test": "TZ=Etc/UTC jest -i --ci --coverage",
16
"clean": "rm -rf build docs/build",
17
"clean:docs": "rm -rf docs/build",
18
"clean:examples": "scripts/clasp.sh examples clean",
0 commit comments