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

Commit 5135d5c

Browse files
committed
Add npm run tsc to end of prepublishOnly
1 parent 501a069 commit 5135d5c

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
@@ -15,7 +15,7 @@
1515
"lint": "eslint src/**",
1616
"cover": "npm run tsc && istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
1717
"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"
18+
"prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser && npm run test-umdbrowser && npm run tsc"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)