Skip to content

Commit

Permalink
react src path
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliohome authored Oct 2, 2023
1 parent d4424f5 commit 8989e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main_sqltodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version: '18.x'

- name: npm install, build, and test
working-directory: ./src/web
run: |
npm install
npm run build --if-present
Expand All @@ -31,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: node-app
path: .
path: ../src/web/build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8989e68

Please sign in to comment.