We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abc564 commit 45b6addCopy full SHA for 45b6add
.github/workflows/node.js.yml
@@ -26,5 +26,7 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- - run: npm ci
30
- - run: npm run build && npm install --production --ignore-scripts --prefer-offline
+ - working-directory: ./mscr-ui
+ run: npm ci
31
32
+ run: npm run build && npm install --production --ignore-scripts --prefer-offline
0 commit comments