Skip to content

Commit

Permalink
always rebuild before packing/publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Aug 13, 2024
1 parent 9d73f06 commit d49c310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc -p ./tsconfig.build.json",
"prepack": "pnpm build",
"test": "jest",
"lint": "eslint .",
"lintfix": "eslint . --fix"
Expand Down

0 comments on commit d49c310

Please sign in to comment.