1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add release cli to prepublish

This commit is contained in:
Connor Davis 2019-01-21 09:24:39 -06:00
parent 43b0b95e1d
commit b20b371a41
No known key found for this signature in database
GPG key ID: 9E3CD9875570DB83
2 changed files with 632 additions and 19 deletions

View file

@ -18,7 +18,7 @@
"prettier": "prettier --single-quote --no-semi --write examples/**/*.js && yarn lint-fix",
"typescript": "lerna run typescript",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary --force-publish",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre",
"lint-staged": "lint-staged"
},
"pre-commit": "lint-staged",
@ -84,6 +84,7 @@
"prettier": "1.15.3",
"react": "16.6.3",
"react-dom": "16.6.3",
"release": "5.0.3",
"rimraf": "2.6.2",
"standard": "11.0.1",
"taskr": "1.1.0",

648
yarn.lock

File diff suppressed because it is too large Load diff