Skip to content

Commit 3ffdafb

Browse files
authored
Always run build on prepack
1 parent e8be4f6 commit 3ffdafb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
2828
"clean": "tsc --build --clean",
2929
"lint": "eslint . --ignore-path .gitignore",
30+
"prepack": "npm run build",
3031
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
3132
"presize": "npm run build",
3233
"size": "size-limit",

0 commit comments

Comments
 (0)