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

add back bump script

This commit is contained in:
Shawn Allen 2019-01-07 14:58:32 -08:00
parent eed2fea9b0
commit 5c2719f869
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"release-candidate": "script/release-candidate",
"release": "script/release",
"publish-skipgit": "lerna publish --skip-git",
"bump": "lerna publish --exact --skip-npm --since \"v$(npm info primer version)\"",
"bump": "script/bump --scope='primer*'",
"new-module": "script/new-module",
"test": "npm run test-all-modules && lerna run test",
"test-all-modules": "ava --verbose tests/test-*.js"

4
script/bump Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
npx lerna publish --exact --skip-npm --since=master $@