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

Commit 8b28a83

Browse files
committed
Use rollup --config- options for specifying bundles
1 parent 4a2dff3 commit 8b28a83

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
@@ -15,8 +15,8 @@
1515
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive --exit --require esm --require lib/tests/exit_on_unhandled_rejection.js",
1616
"test-xbrowser": "karma start karma.bs.conf.js --single-run",
1717
"test-umdbrowser": "npm run build-browser-umd && karma start karma.umd.conf.js --single-run",
18-
"build-browser-umd": "rollup -c --environment BUILD_UMD_BUNDLE",
19-
"build": "rm -rf dist && rollup -c --environment BUILD_ALL",
18+
"build-browser-umd": "rollup -c --config-umd",
19+
"build": "rm -rf dist && rollup -c",
2020
"test-ci": "npm run test-xbrowser && npm run test-umdbrowser",
2121
"lint": "eslint 'lib/**/*.js'",
2222
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",

0 commit comments

Comments
 (0)