Skip to content

Commit

Permalink
build(next-drupal): prevent duplicate software build on npm publish
Browse files Browse the repository at this point in the history
This reverts commit 1f71191.

Fixes #566
  • Loading branch information
JohnAlbin committed Oct 20, 2023
1 parent f8a8aed commit 7b5e242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/next-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"scripts": {
"prepare": "microbundle --no-compress --jsx React.createElement --format modern,cjs",
"dev": "microbundle watch --no-compress --jsx React.createElement --format modern,cjs",
"test": "jest",
"prepublishOnly": "yarn prepare"
"test": "jest"
},
"keywords": [
"next.js",
Expand Down

0 comments on commit 7b5e242

Please sign in to comment.