Skip to content

Commit e789302

Browse files
committed
chore: remove publish script from package.json
1 parent 2af50df commit e789302

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"eslint": "eslint src",
1212
"build": "webpack --config webpack.config.prod.js",
1313
"prepublishOnly": "npm run eslint",
14-
"publish": "npm publish --access public",
1514
"test": "jest --collect-coverage"
1615
},
1716
"repository": {

packages/legacy/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"scripts": {
1111
"eslint": "eslint src",
1212
"build": "webpack --config webpack.config.prod.js",
13-
"prepublishOnly": "npm run eslint",
14-
"publish": "npm publish --access public"
13+
"prepublishOnly": "npm run eslint"
1514
},
1615
"repository": {
1716
"type": "git",

packages/react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"scripts": {
1111
"eslint": "eslint src",
1212
"build": "webpack --config webpack.config.prod.js",
13-
"prepublishOnly": "npm run eslint",
14-
"publish": "npm publish --access public"
13+
"prepublishOnly": "npm run eslint"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)