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 3226575 commit 599858bCopy full SHA for 599858b
packages/optimizely-sdk/package.json
@@ -14,7 +14,7 @@
14
"lint": "eslint lib/**",
15
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
16
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
17
- "prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser"
+ "prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser && npm run test-umdbrowser"
18
},
19
"repository": {
20
"type": "git",
0 commit comments