Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit f2ea41d

Browse files
fix(cd): added missing dependency installation and migrated to yarn v4
1 parent 7a2adf9 commit f2ea41d

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
corepack enable
4848
corepack prepare yarn@stable --activate
4949
yarn -v
50-
yarn plugin import workspace-tools
5150
5251
- name: Install dependencies
5352
run: |
5453
yarn install --immutable
54+
cargo install wasm-pack
5555
5656
- name: Build
5757
run: |
@@ -84,7 +84,6 @@ jobs:
8484
corepack enable
8585
corepack prepare yarn@stable --activate
8686
yarn -v
87-
yarn plugin import workspace-tools
8887
8988
- name: Get workspace path
9089
id: workspace-path

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: |
5252
corepack enable
5353
corepack prepare yarn@stable --activate
54-
yarn plugin import workspace-tools
5554
5655
- name: Get yarn cache directory path
5756
id: yarn-cache-dir-path
@@ -87,7 +86,6 @@ jobs:
8786
run: |
8887
corepack enable
8988
corepack prepare yarn@stable --activate
90-
yarn plugin import workspace-tools
9189
9290
- name: Get yarn cache directory path
9391
id: yarn-cache-dir-path
@@ -120,7 +118,6 @@ jobs:
120118
run: |
121119
corepack enable
122120
corepack prepare yarn@stable --activate
123-
yarn plugin import workspace-tools
124121
125122
- name: install
126123
run: cargo install wasm-pack
@@ -156,7 +153,6 @@ jobs:
156153
run: |
157154
corepack enable
158155
corepack prepare yarn@stable --activate
159-
yarn plugin import workspace-tools
160156
161157
- name: Get yarn cache directory path
162158
id: yarn-cache-dir-path

toolchains/solidity/extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"categories": [
1010
"Other"
1111
],
12-
"activationEvents": [
13-
"onLanguage:solidity"
14-
],
12+
"activationEvents": [
13+
"onLanguage:solidity"
14+
],
1515
"main": "./dist/extension.js",
1616
"contributes": {
1717
"commands": [

0 commit comments

Comments
 (0)