Skip to content

Commit

Permalink
Fix rule deployment (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbutz authored Dec 30, 2023
2 parents 55ab654 + 9ed96e7 commit 5abb668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"scripts": {
"deploy": "npx firebase-tools deploy --only 'firestore:rules,storage:rules",
"deploy": "npx firebase-tools deploy --only 'firestore:rules,storage:rules'",
"test": "npx firebase-tools emulators:exec --only 'firestore,storage' 'jest -i'",
"export": "npx firebase-tools emulators:export ./emulator_data",
"lint": "eslint src"
Expand Down

0 comments on commit 5abb668

Please sign in to comment.