Skip to content

Commit

Permalink
fix: atualizar restante dos arquivos para realizar a troca de nomencl…
Browse files Browse the repository at this point in the history
…atura da UpdateKeyFunc
  • Loading branch information
NicolasCBV committed Feb 10, 2024
1 parent 8c455e8 commit 62d6030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint \"{functions,tests}/**/*.ts\"",
"functions:createkeyfunc": "sh -c \"./tools/functions.sh CreateKeyFunc 8411 9231\"",
"functions:deletekeyfunc": "sh -c \"./tools/functions.sh DeleteKeyFunc 8412 9230\"",
"functions:updatekeytriggerfunc": "sh -c \"./tools/functions.sh UpdateKeyTriggerFunc 8413 9229\"",
"functions:updatekeyfunc": "sh -c \"./tools/functions.sh UpdateKeyFunc 8413 9229\"",
"lint:fix": "eslint --fix",
"format": "prettier --write",
"set-hooks": "husky install",
Expand All @@ -34,7 +34,7 @@
"delay": 1500,
"extensions": "js"
},
"functions:updatekeytriggerfunc": {
"functions:updatekeyfunc": {
"quiet": true,
"patterns": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion tools/parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BUILD_CMD="sh -c ./tools/build_watch.sh"
FIRESTORE_CMD="sh -c ./tools/firestore.sh"

CREATE_KEY_FN_CMD="npm-watch functions:createkeyfunc"
UPDATE_KEY_FN_CMD="npm-watch functions:updatekeytriggerfunc"
UPDATE_KEY_FN_CMD="npm-watch functions:updatekeyfunc"
DELETE_KEY_FN_CMD="npm-watch functions:deletekeyfunc"

pnpm dotenv -e .env -- \
Expand Down

0 comments on commit 62d6030

Please sign in to comment.