mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-24 13:45:07 +08:00
fix: rename yarn publish to yarn npm-publish
This commit is contained in:
parent
fccf57dbea
commit
95d835f607
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,4 +2,6 @@
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
|
||||
**/dist/*
|
||||
**/dist/*
|
||||
|
||||
.DS_Store
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user