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:
parent
45271249bb
commit
eb2780e64e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user