mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
add caveat in compare-published
This commit is contained in:
parent
c1ad97221f
commit
9991349f9a
@ -6,6 +6,7 @@ set -e
|
|||||||
tag=${1:-${NPM_TAG:-latest}}
|
tag=${1:-${NPM_TAG:-latest}}
|
||||||
|
|
||||||
# this is way faster than `lerna exec npm info . .name`
|
# this is way faster than `lerna exec npm info . .name`
|
||||||
|
# (but will skip modules that don't have "primer-" in them)
|
||||||
modules=`ls -1 modules | egrep primer-`
|
modules=`ls -1 modules | egrep primer-`
|
||||||
|
|
||||||
# tabular output separator for column(1)
|
# tabular output separator for column(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user