1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 00:58:31 +03:00

add back --no-git to skip resetting

This commit is contained in:
Shawn Allen 2017-07-13 13:51:42 -07:00
parent e34dd9dc5c
commit cb3c339785

View File

@ -7,7 +7,7 @@
"updated": "lerna updated",
"release": "lerna publish",
"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"
},
"devDependencies": {