Skip to content

Commit

Permalink
Removing yarn from docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jul 13, 2023
1 parent 6b82fd4 commit 9d145db
Show file tree
Hide file tree
Showing 10 changed files with 15,327 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci && cd docs && yarn && cd ..
install: npm ci && cd docs && npm ci && cd ..
build: npm run build:docs:preview
output_dir: docs/public

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci && cd docs && yarn && cd ..
install: npm ci && cd docs && npm ci && cd ..
build: npm run build:docs
output_dir: docs/public
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ public/
searchIndex.js
tmp
yarn.lock
!docs/yarn.lock
docs/package-lock.json
13 changes: 0 additions & 13 deletions docs/babel-defines.js

This file was deleted.

Loading

0 comments on commit 9d145db

Please sign in to comment.