Skip to content

Commit 059b73c

Browse files
committed
adjust working-directory position
1 parent ecd0404 commit 059b73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30-
- working-directory: ./app
3130
- run: npm run build:all
31+
working-directory: ./app

0 commit comments

Comments
 (0)