File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
"build" : " rollup -c" ,
20
20
"build:deps" : " lerna run --scope @firebase/app-compat --include-dependencies build" ,
21
21
"dev" : " rollup -c -w" ,
22
- "test" : " yarn type-check && run-p lint test:browser test:node" ,
23
- "type-check" : " tsc -p . --noEmit" ,
22
+ "test" : " run-p lint test:all" ,
23
+ "test:all" : " run-p test:browser test:node" ,
24
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:all" ,
24
25
"test:browser" : " karma start --single-run" ,
25
26
"test:browser:debug" : " karma start --browsers Chrome --auto-watch" ,
26
27
"test:node" : " TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js" ,
You can’t perform that action at this time.
0 commit comments