Skip to content

Commit ef65f0b

Browse files
committed
chore: update package.json
1 parent d9f6fa1 commit ef65f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"prepare": "husky install && npm run build",
3737
"release": "standard-version",
3838
"security": "npm audit --production",
39-
"test:only": "cross-env NODE_ENV=test jest --collectCoverageFrom=src/**/*.js --coverage --ci",
39+
"test:only": "cross-env NODE_ENV=test jest --collectCoverageFrom=src/**/*.js --coverage",
4040
"test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
4141
"test:watch": "npm run test:only -- --watch",
42-
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage --ci",
42+
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
4343
"test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
4444
"pretest": "npm run lint",
4545
"test": "cross-env NODE_ENV=test npm run test:coverage"

0 commit comments

Comments
 (0)