Skip to content

Commit

Permalink
docs: pin npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Nov 11, 2024
1 parent 4bb641d commit c0826a7
Show file tree
Hide file tree
Showing 4 changed files with 20,431 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Create docs release
working-directory: docs
run: |
npm install
npm ci
npm run docusaurus docs:version "${MAJOR_MINOR}"
- name: Create docs pull request
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
package-lock.json
.docusaurus
build/
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ During edits you can preview your changes using the [`docusaurus`](https://docus

```sh
# requires node >=16.14
npm install
npm ci # Install pinned dependencies
npm run build
npm run serve
```
Expand Down
Loading

0 comments on commit c0826a7

Please sign in to comment.