mirror of
https://github.com/primer/css.git
synced 2024-11-22 19:01:02 +03:00
docs build script updates
This commit is contained in:
parent
67cca5489f
commit
23c483f253
22562
docs/package-lock.json
generated
22562
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -39,6 +39,6 @@
|
||||
"title-case": "^2.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x"
|
||||
"node": ">= 10.x"
|
||||
}
|
||||
}
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
# Build the base project so we can pull out the JSON data
|
||||
cd ..
|
||||
npm ci
|
||||
npm run dist
|
||||
yarn
|
||||
yarn dist
|
||||
cp -rf dist docs
|
||||
|
||||
# Now build the docs site using that data
|
||||
cd docs
|
||||
npm ci
|
||||
CI=true npm run build-content
|
||||
yarn
|
||||
CI=true yarn build-content
|
||||
|
16463
docs/yarn.lock
Normal file
16463
docs/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user