mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove yarn prefix in publish command
This commit is contained in:
parent
cb6fc6b8a8
commit
bdd6fba29a
|
@ -15,7 +15,7 @@
|
|||
"coveralls": "cat ./test/coverage/lcov.info | coveralls",
|
||||
"lint": "standard",
|
||||
"prepublish": "lerna run prepublish",
|
||||
"publish-canary": "yarn lerna version prerelease --preid canary --force-publish",
|
||||
"publish-canary": "lerna version prerelease --preid canary --force-publish",
|
||||
"lint-staged": "lint-staged"
|
||||
},
|
||||
"pre-commit": "lint-staged",
|
||||
|
|
Loading…
Reference in a new issue