Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 3, 2024
1 parent 5894a6e commit 6352752
Show file tree
Hide file tree
Showing 5 changed files with 898 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Package install
if: steps.cache.outputs.cache-hit != 'true'
run: npm install -g yarn@berry && yarn set version 4.2.1 && yarn --version && yarn install
run: npm install -g yarn@berry && yarn install
- name: Test
run: yarn test

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jspm_packages
docs/

.DS_Store
.yarn
dist/website/rspack
dist/website/webpack
dist/mjs/
Binary file added .yarn/install-state.gz
Binary file not shown.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
nodeLinker: node-modules
enableInlineHunks: true
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.2.1.cjs
supportedArchitectures:
# wasm32 is needed by @node-rs/xxhash-wasm32-wasi otherwise it is not installed
os:
- current
cpu:
- current
- wasm32
libc:
- current
- wasm32

0 comments on commit 6352752

Please sign in to comment.