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:
parent
eed2fea9b0
commit
5c2719f869
@ -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
4
script/bump
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
npx lerna publish --exact --skip-npm --since=master $@
|
Loading…
Reference in New Issue
Block a user