diff --git a/.github/workflows/32bit.yml b/.github/workflows/32bit.yml index 8e1aba4..0eac38b 100644 --- a/.github/workflows/32bit.yml +++ b/.github/workflows/32bit.yml @@ -44,7 +44,7 @@ jobs: - name: Install app dependencies and build web # Remove `&& yarn build` if you build your frontend in `beforeBuildCommand` - run: npm && npm build # Change this to npm, yarn or pnpm. + run: npm install && npm build # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3619399..0e803f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Install app dependencies and build web # Remove `&& yarn build` if you build your frontend in `beforeBuildCommand` - run: npm && npm build # Change this to npm, yarn or pnpm. + run: npm install && npm build # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0