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

Commit 599858b

Browse files
test(ci): Adding test-ci to prepublish hoook (optimizely#198)
1 parent 3226575 commit 599858b

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
@@ -14,7 +14,7 @@
1414
"lint": "eslint lib/**",
1515
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
1616
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
17-
"prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser"
17+
"prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser && npm run test-umdbrowser"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)