Skip to content

Commit f8a40aa

Browse files
committed
Also download dependencies before running
1 parent 0e12e78 commit f8a40aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242

4343
- name: prepare packages that copy jars etc
4444
working-directory: rascal-vscode-extension
45-
run: npm run lsp4j:package
45+
run: |
46+
npm ci
47+
npm run lsp4j:package
4648
4749
- name: rewrite package.json & readme for NPM package
4850
working-directory: rascal-vscode-extension

0 commit comments

Comments
 (0)