Skip to content

Commit

Permalink
chore: run build during npm's pack life cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangosse committed Apr 16, 2024
1 parent 7180704 commit 8713b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"check-format": "prettier -c .",
"typecheck": "tsc",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"prepack": "npm run build"
},
"files": [
"dist",
Expand Down

0 comments on commit 8713b17

Please sign in to comment.