Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 11, 2024
1 parent 337c097 commit 19b1a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"scripts": {
"build": "nitropack build",
"dev": "nitro dev",
"dev": "nitropack dev",
"lint": "eslint . && prettier -c .",
"lint:fix": "eslint --fix . && prettier -w -c .",
"prepare": "nitro prepare",
"prepare": "nitropack prepare",
"readme": "automd && pnpm lint:fix",
"test": "pnpm lint && test:deployments",
"test:deployments": "jiti ./test/tests.ts",
Expand Down

0 comments on commit 19b1a40

Please sign in to comment.