Skip to content

Commit

Permalink
working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Jun 19, 2023
1 parent 6901689 commit 1dc7451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
working-directory: software/js
run: npm ci
- name: Build
working-directory: software/js
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 1dc7451

Please sign in to comment.