diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 21:15:24 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 21:15:24 +0200 |
commit | 9a88a91906b183126bbe294de4297d436538be73 (patch) | |
tree | 22772f770a743faafcb02c694899d5d46a2296d1 /.github | |
parent | 0a267d4321b73c79a56835b21e77ec7337b543a7 (diff) | |
download | FlightCore-9a88a91906b183126bbe294de4297d436538be73.tar.gz FlightCore-9a88a91906b183126bbe294de4297d436538be73.zip |
Switch build system to npm
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index d5fcf745..64cef7ba 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it - run: yarn && yarn build + run: npm install && npm run build - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |