Skip to content

Commit 72e87b4

Browse files
committed
Remove duplicate entry in the package script for functions.
1 parent 31998c2 commit 72e87b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/functions/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"test:browser": "karma start",
3838
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
3939
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --file src/index.ts --config ../../config/mocharc.node.js",
40-
"test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://127.0.0.1:5005 run-p test:node",
4140
"test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://127.0.0.1:5005 run-p --npm-path npm test:node",
4241
"trusted-type-check": "tsec -p tsconfig.json --noEmit",
4342
"api-report": "api-extractor run --local --verbose",

0 commit comments

Comments
 (0)