Skip to content

Commit

Permalink
Merge pull request #46 from ScottLogic/fix-github-page-action
Browse files Browse the repository at this point in the history
Update pages.yml to add run to npm command
  • Loading branch information
jmain-scottlogic authored Apr 26, 2024
2 parents 1840cd8 + 9253161 commit 3b4cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: '18'
- run: npm install
- name: Build app
run: npm build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 3b4cc60

Please sign in to comment.