Skip to content

Commit

Permalink
chore: remove update-deps scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Dec 4, 2023
1 parent 9fa3a07 commit 765ade6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"lint:js": "eslint . --ext .js,.ts",
"test": "vitest --run",
"test:e2e": "playwright test",
"pretest:e2e": "npm run build",
"update-deps": "ncu -u",
"postupdate-deps": "npm install"
"pretest:e2e": "npm run build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 765ade6

Please sign in to comment.