diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 949002d2c49..2b7d0722ac7 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -7,6 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + + - name: Setup go-task + uses: pnorton5432/setup-task@v1 + with: + task-version: 3.29.1 + - uses: actions/setup-node@v3 with: node-version: "20" diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index 26bb5bf53be..a7e71b05356 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -18,7 +18,7 @@ "scripts": { "prebuild:types": "rimraf ./types", "build:types": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types", - "postbuild:types": "wails3 task generate:events", + "postbuild:types": "task generate:events", "build:docs": "npx typedoc ./src/index.js", "build:docs:md": "npx typedoc ./src/index.js" },