Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
frontend build location (#1026)
Browse files Browse the repository at this point in the history
* frontend build in frontend/taipy-gui

* frontend build in frontend/taipy-gui

* frontend directory in gh actions

---------

Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Nov 29, 2023
1 parent 68fbbc3 commit 2fd03bc
Show file tree
Hide file tree
Showing 154 changed files with 149 additions and 143 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prefix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: docker run -d -p 4000:4000 taipy-nginx-proxy

- name: Install dom dependencies
working-directory: ./gui/dom
working-directory: ./frontend/taipy-gui/dom
run: npm ci
- name: Install dependencies
working-directory: ./gui
working-directory: ./frontend/taipy-gui
run: npm ci --omit=optional
- name: Run npm build
run: npm run build --if-present
working-directory: ./gui
working-directory: ./frontend/taipy-gui
- name: install libmagic on macos
if: matrix.os == 'macos-latest'
run: brew install libmagic
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dom dependencies
working-directory: ./gui/dom
working-directory: ./frontend/taipy-gui/dom
run: npm ci
- name: Install dependencies
working-directory: ./gui
working-directory: ./frontend/taipy-gui
run: npm ci --omit=optional
- name: Run npm build
run: npm run build --if-present
working-directory: ./gui
working-directory: ./frontend/taipy-gui

- name: install libmagic on macos
if: matrix.os == 'macos-latest'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

defaults:
run:
working-directory: ./gui
working-directory: ./frontend/taipy-gui

steps:
- uses: actions/checkout@v3
Expand All @@ -76,7 +76,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dom dependencies
working-directory: ./gui/dom
working-directory: ./frontend/taipy-gui/dom
run: npm ci
- name: Install dependencies
run: npm ci --omit=optional
Expand All @@ -89,5 +89,5 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: "80"
working-directory: "gui"
working-directory: "frontend/taipy-gui"
skip-step: "install"
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2fd03bc

Please sign in to comment.