mirror of
https://github.com/primer/css.git
synced 2024-12-29 09:06:07 +03:00
add back --no-git to skip resetting
This commit is contained in:
parent
e34dd9dc5c
commit
cb3c339785
@ -7,7 +7,7 @@
|
|||||||
"updated": "lerna updated",
|
"updated": "lerna updated",
|
||||||
"release": "lerna publish",
|
"release": "lerna publish",
|
||||||
"release-candidate": "lerna publish --npm-tag=rc",
|
"release-candidate": "lerna publish --npm-tag=rc",
|
||||||
"release-canary": "lerna publish --npm-tag=canary --canary",
|
"release-canary": "lerna publish --npm-tag=canary --canary --no-git",
|
||||||
"test": "lerna run test"
|
"test": "lerna run test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user