Skip to content

Commit cf06709

Browse files
committed
add test:ci script
1 parent 97dd08c commit cf06709

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages-exp/app-compat/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"build": "rollup -c",
2020
"build:deps": "lerna run --scope @firebase/app-compat --include-dependencies build",
2121
"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",
2425
"test:browser": "karma start --single-run",
2526
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
2627
"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",

0 commit comments

Comments
 (0)