Skip to content

Commit

Permalink
Revert "remove prepublishOnly for now"
Browse files Browse the repository at this point in the history
This reverts commit 33c0237.
  • Loading branch information
JoviDeCroock committed May 9, 2023
1 parent 4a03080 commit ab9c786
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"build": "cjyes src/index.mjs",
"prepublishOnly": "cjyes src/index.mjs",
"lint": "eslint src"
},
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"lint": "eslint src",
"build": "bundt"
"build": "bundt",
"prepublishOnly": "bundt"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"scripts": {
"build": "bundt",
"prepublishOnly": "bundt",
"lint": "eslint src"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"build": "cjyes src/index.js",
"prepublishOnly": "cjyes src/index.js",
"lint": "eslint src"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/web-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"scripts": {
"build": "bundt",
"prepublishOnly": "bundt",
"lint": "eslint src"
},
"repository": {
Expand Down

0 comments on commit ab9c786

Please sign in to comment.