fix: rename yarn publish to yarn npm-publish

This commit is contained in:
Gervwyk 2020-10-06 16:32:50 +02:00
parent fccf57dbea
commit 95d835f607
8 changed files with 10 additions and 8 deletions

4
.gitignore vendored
View File

@ -2,4 +2,6 @@
.yarn/build-state.yml
.yarn/install-state.gz
**/dist/*
**/dist/*
.DS_Store

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/type": "1.0.0",

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/get": "1.0.1",

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/type": "1.0.1"

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/delete": "1.0.1",

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/type": "1.0.1"

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/type": "1.0.1"

View File

@ -27,7 +27,7 @@
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"publish": "npm publish --access public"
"npm-publish": "npm publish --access public"
},
"devDependencies": {
"@babel/cli": "7.8.4",