Skip to content

Commit 3feec75

Browse files
changed test-ci to test-xbrowser & test-umdbrowser for prepublish
1 parent 8892268 commit 3feec75

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

0 commit comments

Comments
 (0)