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