Skip to content

Commit

Permalink
Update(package scripts): deploy firestore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldkri committed Sep 10, 2024
1 parent 26ac185 commit 8d0e779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "vitest run",
"test:watch": "vitest",
"emulators:start": "firebase emulators:start --only firestore",
"test:ci": "firebase emulators:exec --only firestore \"pnpm run test\""
"test:ci": "firebase emulators:exec --only firestore \"pnpm run test\"",
"deploy:firestore:rules": "firebase deploy --only firestore:rules"
},
"engines": {
"node": "18.20.4 || 20.17.0 || >=22.8"
Expand Down

0 comments on commit 8d0e779

Please sign in to comment.