1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 12:42:32 +03:00

update dependencies exactly in "npm run bump"

This commit is contained in:
Shawn Allen 2017-08-09 15:15:12 -07:00
parent 49b320d3ff
commit f64f9c6a3a

View File

@ -9,7 +9,7 @@
"release-pr": "script/release-pr",
"release-candidate": "script/release-candidate",
"release": "script/release",
"bump": "lerna publish --skip-npm",
"bump": "lerna publish --exact --skip-npm",
"test": "lerna run test"
},
"devDependencies": {