8000 prepare already runs build · github/optimizely-javascript-sdk@4308157 · 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 4308157

Browse files
committed
prepare already runs build
1 parent 8a5becf commit 4308157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
2424
"prepare": "npm run build",
2525
"postversion": "git commit -m v$npm_package_version -- package*.json",
26-
"prepublishOnly": "npm run build && npm test && npm run test-xbrowser && npm run test-umdbrowser"
26+
"prepublishOnly": "npm test && npm run test-ci"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)
0