1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00

add caveat in compare-published

This commit is contained in:
Shawn Allen 2017-07-12 15:04:38 -07:00
parent c1ad97221f
commit 9991349f9a

View File

@ -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)