Skip to content

Commit 45b6add

Browse files
authored
Update node.js.yml
1 parent 5abc564 commit 45b6add

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.js.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
30-
- run: npm run build && npm install --production --ignore-scripts --prefer-offline
29+
- working-directory: ./mscr-ui
30+
run: npm ci
31+
- working-directory: ./mscr-ui
32+
run: npm run build && npm install --production --ignore-scripts --prefer-offline

0 commit comments

Comments
 (0)