1
1
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:
Jon Rohan 2021-03-27 22:14:11 -07:00
parent 67cca5489f
commit 23c483f253
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
4 changed files with 16468 additions and 22567 deletions

22562
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,6 @@
"title-case": "^2.1.1"
},
"engines": {
"node": "12.x"
"node": ">= 10.x"
}
}

View File

@ -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

File diff suppressed because it is too large Load Diff