Skip to content

Commit e0878be

Browse files
authored
disable fcm integration test (#5479)
1 parent 456d664 commit e0878be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"repl": "node tools/repl.js",
3131
"release": "ts-node-script scripts/release/cli.ts",
3232
"pretest": "node tools/pretest.js",
33-
"test": "lerna run --ignore firebase-repo-scripts-prune-dts --ignore firebase-messaging-integration-test --concurrency 4 --stream test",
34-
"test:ci": "lerna run --concurrency 4 test:ci",
33+
"test": "lerna run --ignore firebase-messaging-integration-test --concurrency 4 --stream test",
34+
"test:ci": "lerna run --ignore firebase-messaging-integration-test --concurrency 4 test:ci",
3535
"pretest:coverage": "mkdirp coverage",
3636
"ci:coverage": "lcov-result-merger 'packages/**/lcov.info' 'lcov-all.info'",
3737
"test:coverage": "lcov-result-merger 'packages/**/lcov.info' | coveralls",

0 commit comments

Comments
 (0)