Skip to content

Commit

Permalink
Merge pull request #16 from narthur/codegen
Browse files Browse the repository at this point in the history
tweak prepare command
  • Loading branch information
narthur committed Apr 11, 2024
2 parents 80de5b4 + 67b00e5 commit 7e04ccb
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 @@ -15,7 +15,7 @@
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "vitest",
"prepare": "tsc",
"prepare": "pnpm build",
"build": "rm -rf ./dist && tsc",
"lint": "eslint .",
"format": "prettier --write .",
Expand Down

0 comments on commit 7e04ccb

Please sign in to comment.