Skip to content

Commit

Permalink
Replace bun with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieBytesX committed Mar 28, 2024
1 parent 3f9a1b6 commit b8dee4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
package: false
wails-build-webview2: embed
go-version: '1.21'
6 changes: 3 additions & 3 deletions wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "English Memorix Studio",
"outputfilename": "English Memorix Studio",
"frontend:install": "bun install",
"frontend:build": "bun run build",
"frontend:dev:watcher": "bun run dev",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "charlieman2700",
Expand Down

0 comments on commit b8dee4c

Please sign in to comment.