1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
css/docs/script/now-build.sh

13 lines
195 B
Bash
Raw Normal View History

2019-12-17 01:08:45 +03:00
#!/bin/bash -e
# Build the base project so we can pull out the JSON data
cd ..
2021-03-28 08:14:11 +03:00
yarn
yarn dist
2019-12-17 01:08:45 +03:00
cp -rf dist docs
# Now build the docs site using that data
cd docs
2021-03-28 08:14:11 +03:00
yarn
CI=true yarn build-content