Skip to content

Commit

Permalink
Adjust workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Sep 30, 2024
1 parent 84818ce commit abacd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
node-version: "18"
- name: Build Frontend
run: |
cd inventree_wireviz/frontend
cd frontend
npm install
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install --upgrade wheel setuptools twine
- name: Build Frontend
run: |
cd inventree_wireviz/frontend
cd frontend
npm install
npm run build
- name: Build Binary
Expand Down

0 comments on commit abacd35

Please sign in to comment.