mirror of
https://github.com/primer/css.git
synced 2025-01-05 12:57:32 +03:00
run prepare in docs dir before deploying
This commit is contained in:
parent
da6d15b25a
commit
ff8d0cbbce
@ -6,6 +6,7 @@ if [ -z "$NOW_TOKEN" ]; then
|
||||
else
|
||||
cp modules/primer/build/build.css docs/static/primer.css
|
||||
cd docs
|
||||
npm run prepare
|
||||
now --token=$NOW_TOKEN | tee now-url.txt
|
||||
url=$(cat now-url.txt)
|
||||
version=$(jq -r .version ../modules/primer/package.json)
|
||||
|
Loading…
Reference in New Issue
Block a user