diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index f330dbd..ddd6b2f 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -16,6 +16,6 @@ jobs: node-version: "18" - name: Build Frontend run: | - cd frontend + cd inventree_wireviz/frontend npm install npm run build \ No newline at end of file diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 32433fe..ddc13f7 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -28,7 +28,7 @@ jobs: pip install --upgrade wheel setuptools twine - name: Build Frontend run: | - cd frontend + cd inventree_wireviz/frontend npm install npm run build - name: Build Binary