1
1
mirror of https://github.com/primer/css.git synced 2024-11-15 02:24:39 +03:00

fix path to script/try-publish

This commit is contained in:
Shawn Allen 2019-01-07 15:36:25 -08:00
parent 45271249bb
commit eb2780e64e

View File

@ -5,7 +5,7 @@ echo "📦 Publishing latest release..."
# note: try-publish should exit cleanly if it detects a duplicate
# published version
npx lerna exec $@ -- script/try-publish
npx lerna exec $@ -- $(dirname $0)/try-publish
# Build and publish storybook
npx build-storybook -o build