We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be4f6 commit 3ffdafbCopy full SHA for 3ffdafb
1 file changed
package.json
@@ -27,6 +27,7 @@
27
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
28
"clean": "tsc --build --clean",
29
"lint": "eslint . --ignore-path .gitignore",
30
+ "prepack": "npm run build",
31
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
32
"presize": "npm run build",
33
"size": "size-limit",
0 commit comments