8000 test suite doesn't pass cleanly · github/optimizely-javascript-sdk@5b5a56b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5b5a56b

Browse files
committed
test suite doesn't pass cleanly
1 parent 4308157 commit 5b5a56b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
2323
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
2424
"prepare": "npm run build",
25-
"postversion": "git commit -m v$npm_package_version -- package*.json",
26-
"prepublishOnly": "npm test && npm run test-ci"
25+
"postversion": "git commit -m v$npm_package_version -- package*.json"
2726
},
2827
"repository": {
2928
"type": "git",

0 commit comments

Comments
 (0)
0