Skip to content

Commit

Permalink
Fix(package script): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldkri committed Sep 11, 2024
1 parent 73d4169 commit f167283
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 @@ -10,7 +10,7 @@
"emulators:start": "firebase emulators:start --only firestore",
"emulators:start:with:data": "firebase emulators:start --only firestore --import=\"emulator-data\"",
"load:seed:to:emulator": "firebase emulators:exec --only firestore --import=\"emulator-data\" --export-on-exit=\"emulator-data\" \"node ./src/load-seed-to-emulator.js\"",
"test:ci": "firebase emulators:exec --only firestore --export-on-exit \"pnpm run test\"",
"test:ci": "firebase emulators:exec --only firestore \"pnpm run test\"",
"deploy:firestore:rules": "firebase deploy --only firestore:rules"
},
"engines": {
Expand Down

0 comments on commit f167283

Please sign in to comment.