Skip to content

Commit

Permalink
chore: update yarn to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 1, 2024
1 parent e116080 commit a1fd02f
Show file tree
Hide file tree
Showing 6 changed files with 913 additions and 897 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- name: Install
run: yarn
run: yarn --no-immutable
- name: Lint
run: yarn lint

Expand All @@ -27,6 +27,6 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- name: Install
run: yarn
run: yarn --no-immutable
- name: Build
run: yarn build
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
4 changes: 3 additions & 1 deletion packages/im/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"@satorijs/core": "^4.1.1"
},
"devDependencies": {
"@cordisjs/client": "^0.1.7"
"@cordisjs/client": "^0.1.7",
"@cordisjs/plugin-webui": "^0.1.7",
"@satorijs/core": "^4.1.1"
},
"dependencies": {
"cosmokit": "^1.6.2"
Expand Down
13 changes: 13 additions & 0 deletions yakumo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- name: yakumo
config:
pipeline:
build:
- tsc
- esbuild
- client
clean:
- tsc --clean
- name: yakumo-esbuild
- name: yakumo-mocha
- name: yakumo-tsc
- name: '@cordisjs/client/lib'

0 comments on commit a1fd02f

Please sign in to comment.