We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8892268 commit 3feec75Copy full SHA for 3feec75
packages/optimizely-sdk/package.json
@@ -13,7 +13,7 @@
13
"lint": "eslint lib/**",
14
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
15
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
16
- "prepublishOnly": "npm run build-browser-umd && npm test && npm run test-ci"
+ "prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser && npm run test-umdbrowser"
17
},
18
"repository": {
19
"type": "git",
0 commit comments