Skip to content

Commit 677df02

Browse files
author
Tyler Brandt
committed
update scripts
1 parent b446f46 commit 677df02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/optimizely-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"scripts": {
88
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",
99
"test-xbrowser": "karma start karma.bs.conf.js --single-run",
10-
"build-browser-umd": "./scripts/build_browser_umd.sh",
10+
"build-browser-umd": "webpack",
1111
"lint": "eslint lib/**",
1212
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
1313
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
14-
"prepublishOnly": "webpack && npm test && npm run test-xbrowser"
14+
"prepublishOnly": "npm run build-browser-umd && npm test && npm run test-xbrowser"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)