File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "main" : " bundles/angularfire2.umd.js" ,
66 "module" : " index.js" ,
77 "scripts" : {
8- "test" : " npm run build; karma start --single-run" ,
9- "test:watch" : " concurrently ' npm run build:watch' ' npm run delayed_karma' " ,
8+ "test" : " npm run build && karma start --single-run" ,
9+ "test:watch" : " concurrently \" npm run build:watch\" \" npm run delayed_karma\" " ,
1010 "delayed_karma" : " sleep 10 && karma start" ,
1111 "delayed_rollup" : " sleep 5 && rollup --watch -c rollup.test.config.js" ,
12- "build:watch" : " rm -rf dist && concurrently ' tsc -w' ' npm run delayed_rollup' " ,
12+ "build:watch" : " rm -rf dist && concurrently \" tsc -w\" \" npm run delayed_rollup\" " ,
1313 "build" : " rm -rf dist && tsc && rollup -c rollup.test.config.js" ,
1414 "build_npm" : " rm -rf dist && ngc -p tsconfig.publish.es6.json && rollup -c rollup.publish.config.js && npm run postbuild_npm" ,
1515 "build_e2e" : " rm -rf dist-test && npm run build && tsc -p test/ && cp test/e2e/firebase_object/index.html dist-test/e2e/firebase_object/ && cp test/e2e/firebase_list/index.html dist-test/e2e/firebase_list/ && cp test/e2e/auth/index.html dist-test/e2e/auth/" ,
You can’t perform that action at this time.
0 commit comments