Skip to content

Commit

Permalink
maintenance: Update to yarn 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxz committed Oct 29, 2023
1 parent df4970f commit 2ad8e29
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 719 deletions.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-gh-pages.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -xe

yarn workspaces foreach install --immutable
yarn workspaces foreach run build
yarn workspaces foreach -A install --immutable
yarn workspaces foreach -A run build

rm -rf ./dist
mkdir -p ./dist/js/
Expand Down
Loading

0 comments on commit 2ad8e29

Please sign in to comment.