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

reorder lerna publish args

This commit is contained in:
Shawn Allen 2017-07-12 15:20:48 -07:00
parent 9991349f9a
commit d7ddfef3dc

View File

@ -7,7 +7,7 @@
"updated": "lerna updated",
"release": "lerna publish",
"release-candidate": "lerna publish --npm-tag=rc",
"release-canary": "lerna publish --canary --npm-tag=canary",
"release-canary": "lerna publish --npm-tag=canary --canary",
"test": "lerna run test"
},
"devDependencies": {