Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Apr 16, 2024
1 parent 582d3c8 commit f37275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"firebase:emulator": "firebase emulators:start --import ./import",
"firebase:emulator:ci": "firebase emulators:exec \"npm run test:cov\" --import ./import",
"firebase:emulator:ci": "firebase emulators:exec \"jest --coverage --no-cache --passWithNoTests\" --import ./import",
"firebase:emulator:export": "firebase emulators:start --import ./import --export-on-exit ./import"
},
"dependencies": {
Expand Down

0 comments on commit f37275c

Please sign in to comment.