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"
|
"title-case": "^2.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12.x"
|
"node": ">= 10.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
# Build the base project so we can pull out the JSON data
|
# Build the base project so we can pull out the JSON data
|
||||||
cd ..
|
cd ..
|
||||||
npm ci
|
yarn
|
||||||
npm run dist
|
yarn dist
|
||||||
cp -rf dist docs
|
cp -rf dist docs
|
||||||
|
|
||||||
# Now build the docs site using that data
|
# Now build the docs site using that data
|
||||||
cd docs
|
cd docs
|
||||||
npm ci
|
yarn
|
||||||
CI=true npm run build-content
|
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