File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " bundles/angularfire2.umd.js" ,
6
6
"module" : " index.js" ,
7
7
"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\" " ,
10
10
"delayed_karma" : " sleep 10 && karma start" ,
11
11
"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\" " ,
13
13
"build" : " rm -rf dist && tsc && rollup -c rollup.test.config.js" ,
14
14
"build_npm" : " rm -rf dist && ngc -p tsconfig.publish.es6.json && rollup -c rollup.publish.config.js && npm run postbuild_npm" ,
15
15
"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