diff --git a/.github/workflows/build-and-test-v3.yml b/.github/workflows/build-and-test-v3.yml index b7bb78f67..1e585618d 100644 --- a/.github/workflows/build-and-test-v3.yml +++ b/.github/workflows/build-and-test-v3.yml @@ -167,7 +167,7 @@ jobs: - name: Check that the bundled runtime builds working-directory: v3 run: | - npx --yes -p esbuild@latest exit + npx --yes esbuild@latest --version task runtime:build - name: Check that the npm package builds diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 93089d3d8..b3af5107d 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -36,7 +36,7 @@ jobs: - name: Build bundled runtime working-directory: v3 run: | - npx --yes -p esbuild@latest exit + npx --yes esbuild@latest --version task runtime:build - name: Test+Build npm package diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index 4836a125c..6d9e0305c 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -3,6 +3,7 @@ "type": "module", "version": "3.0.0-alpha.57", "description": "Wails Runtime", + "types": "types/index.d.ts", "exports": { "types": "./types/index.d.ts", "import": "./dist/index.js"