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 059b73c commit 7f0141bCopy full SHA for 7f0141b
.github/workflows/node.js.yml
@@ -27,5 +27,7 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
+ - working-directory: ./app
31
+ run: pwd
32
- run: npm run build:all
33
working-directory: ./app
0 commit comments