File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "name" : " optimizely-sdk-packages" ,
55 "scripts" : {
6- "postinstall" : " lerna bootstrap && lerna run build" ,
7- "build" : " lerna run build" ,
6+ "postinstall" : " lerna bootstrap" ,
87 "clean" : " lerna run clean" ,
9- "publish" : " npm run build && lerna publish" ,
8+ "publish" : " lerna publish" ,
109 "test" : " lerna run test --stream" ,
1110 "test-travis" : " lerna run test-travis --stream"
1211 },
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "test" : " mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive" ,
99 "test-travis" : " npm run test && grunt" ,
10- "build" : " npm run build-node && npm run build-browser" ,
11- "build-node" : " npm run build-node-dev" ,
12- "build-browser" : " npm run build-dev-cjs && npm run build-dev-umd && npm run build-prod-cjs && npm run build-prod-umd" ,
13- "build-node-dev" : " webpack lib/index.node.js dist/optimizely.node.js --target=node --output-library-target=commonjs2" ,
14- "build-node-prod" : " webpack -p lib/index.node.js dist/optimizely.node.min.js --target=node --output-library-target=commonjs2" ,
15- "build-dev-cjs" : " webpack lib/index.browser.js dist/optimizely.browser.cjs.js --output-library-target=commonjs" ,
16- "build-dev-umd" : " webpack lib/index.browser.js dist/optimizely.browser.umd.js --output-library=optimizelyClient --output-library-target=umd" ,
17- "build-prod-cjs" : " webpack -p lib/index.browser.js dist/optimizely.browser.cjs.min.js --output-library-target=commonjs" ,
18- "build-prod-umd" : " webpack -p lib/index.browser.js dist/optimizely.browser.umd.min.js --output-library=optimizelyClient --output-library-target=umd" ,
1910 "lint" : " eslint lib/**" ,
2011 "cover" : " istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js" ,
2112 "coveralls" : " npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" ,
22- "prepare" : " npm test && npm run build "
13+ "prepare" : " npm test"
2314 },
2415 "repository" : {
2516 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments