Skip to content

Commit

Permalink
fix: add prepublishonly
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Nov 29, 2022
1 parent b17ba3f commit 1f71191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"scripts": {
"prepare": "microbundle --no-compress --jsx React.createElement",
"dev": "microbundle watch --no-compress --jsx React.createElement",
"test": "jest"
"test": "jest",
"prepublishOnly": "yarn prepare"
},
"keywords": [
"next.js",
Expand Down

0 comments on commit 1f71191

Please sign in to comment.