Skip to content

Commit

Permalink
Run build step on prepare
Browse files Browse the repository at this point in the history
jakeboone02 committed Feb 10, 2021
1 parent bf26d41 commit 3aaa175
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
@@ -34,7 +34,7 @@
"build": "tsdx build --format cjs,esm,system,umd",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
"prepare": "npm run build"
},
"prettier": {
"printWidth": 80,

0 comments on commit 3aaa175

Please sign in to comment.