Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Dec 1, 2023
1 parent 5df564e commit f789b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: tar -xvf javy-x86_64-linux-v1.2.0.gz
- run: npm install
- run: npx tsc --noEmit
- run: npx esbuild --bundle src/app.ts --tree-shaking=true --format=esm --target=es2020 --outfile=out.js
- run: ./javy compile out.js -o examples/plugin.wasm
- run: sqlc diff
- run: npx esbuild --bundle src/app.ts --tree-shaking=true --format=esm --target=es2020 --outfile=out.js
- run: ./javy compile out.js -o examples/plugin.wasm
- run: sqlc diff
working-directory: examples

0 comments on commit f789b5f

Please sign in to comment.