From b3c381363fdffcf521c940da024012a85bd76adf Mon Sep 17 00:00:00 2001 From: Andrew <66430340+aandrew-me@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:42:57 +0600 Subject: [PATCH] Fixes --- .github/workflows/32bit.yml | 2 +- .github/workflows/main.yml | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/32bit.yml b/.github/workflows/32bit.yml index 0eac38b..233b2f3 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 install && npm build # Change this to npm, yarn or pnpm. + run: npm install && npm run 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 0e803f0..3e61a08 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 install && npm build # Change this to npm, yarn or pnpm. + run: npm install && npm run build # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0 diff --git a/package-lock.json b/package-lock.json index 0bd6575..f4c3cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "odicto", - "version": "0.5.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "odicto", - "version": "0.5.0", + "version": "0.7.0", "dependencies": { "@catppuccin/palette": "^0.1.5", "@tauri-apps/api": "^1.2.0",