We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bc9d1 commit 2e83713Copy full SHA for 2e83713
.github/workflows/nodejs.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: npm install
38
run: |
39
- npm i --workspaces
+ npm i --workspaces && \
40
npm run compile --workspaces
41
42
- name: npm build
0 commit comments