Skip to content

Commit

Permalink
chore: fix npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vwong committed Jan 30, 2025
1 parent 0c1fd8d commit 0b8ae64
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 @@ -18,7 +18,7 @@
"build": "tsc --emitDeclarationOnly && tsx build.ts",
"lint": "eslint --max-warnings=0",
"postinstall": "patch-package",
"prepare": "tsc --project tsconfig.json",
"prepare": "npm run build",
"prettier": "prettier --check .",
"prettier:fix": "prettier --cache --list-different --write .",
"start": "node dist/cli.mjs",
Expand Down

0 comments on commit 0b8ae64

Please sign in to comment.