Skip to content

Commit

Permalink
chore: rename prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 11, 2024
1 parent 19b1a40 commit 931f794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nitropack dev",
"lint": "eslint . && prettier -c .",
"lint:fix": "eslint --fix . && prettier -w -c .",
"prepare": "nitropack prepare",
"dev: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 931f794

Please sign in to comment.