File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919
2020 - name : Install dependencies for all plugins
2121 run : |
22- npm install
22+ npm run setup-repo-old
2323
2424 # Test plugins dynamically
2525 test-plugins :
@@ -40,13 +40,13 @@ jobs:
4040 with :
4141 node-version : ' 22.x'
4242
43- - name : Install dependencies for the plugin
44- working-directory : ./packages/${{ matrix.plugin }}
45- run : npm install
43+ # - name: Install dependencies for the plugin
44+ # working-directory: ./packages/${{ matrix.plugin }}
45+ # run: npm install
4646
47- - name : Prepack the plugin
48- working-directory : ./packages/${{ matrix.plugin }}
49- run : npm run prepack
47+ # - name: Prepack the plugin
48+ # working-directory: ./packages/${{ matrix.plugin }}
49+ # run: npm run prepack
5050
5151 - name : Debug environment
5252 run : |
You can’t perform that action at this time.
0 commit comments