Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Jan 31, 2025
1 parent 0c771e3 commit 5bd131c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion v3/internal/runtime/desktop/@wailsio/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 5bd131c

Please sign in to comment.