Skip to content

Commit

Permalink
chore(deps): remove unneeded env-cmd dependency (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezard authored May 8, 2022
1 parent 42ba156 commit 3c4a5fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
44 changes: 0 additions & 44 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:code": "eslint src",
"lint:style": "prettier --check src",
"test": "jest",
"deploy": "env-cmd firebase deploy --only functions",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"dependencies": {
Expand All @@ -41,7 +41,6 @@
"@types/node": "17.0.31",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"env-cmd": "10.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
Expand Down

0 comments on commit 3c4a5fd

Please sign in to comment.