This repository was archived by the owner on Jul 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
toolchains/solidity/extension Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff 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 : |
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments