diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index 1767d441..6196ad88 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -30,7 +30,7 @@ jobs: run: | cd neutrino-proxy-admin npm install - npm run build:dev + npm run build:docker cp -rf ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ - name: GitHub Action for GraalVM JDK 17 uses: graalvm/setup-graalvm@v1 diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 8ad3621b..07852bfd 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -30,7 +30,7 @@ jobs: run: | cd neutrino-proxy-admin npm install - npm run build:dev + npm run build:docker cp -r ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ - name: GitHub Action for GraalVM JDK 17 uses: graalvm/setup-graalvm@v1