Skip to content

Commit e829c3b

Browse files
author
Tyler Brandt
committed
clean dist before building
1 parent 677df02 commit e829c3b

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
@@ -7,7 +7,7 @@
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": "webpack",
10+
"build-browser-umd": "rm -rf dist && 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",

0 commit comments

Comments
 (0)