Skip to content

Commit d3e0f10

Browse files
authored
feat: upgrade deno ast 0.16 (#78)
1 parent ddcb0b8 commit d3e0f10

File tree

8 files changed

+322
-328
lines changed

8 files changed

+322
-328
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
cargo test --all-targets --locked
4242
deno task test
4343
44+
- name: Ensure Wasm up to date
45+
run: deno task build --check
46+
47+
- name: Build npm
48+
run: deno run -A ./build_npm.ts ${{ github.ref_name }}
49+
4450
- name: Publish
4551
if: |
4652
github.repository == 'denoland/eszip' &&
@@ -50,6 +56,4 @@ jobs:
5056
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5157
run: |
5258
cargo publish -vv
53-
rm -rf npm/
54-
deno run -A ./build_npm.ts ${{ github.ref_name }}
5559
cd npm/ && yarn publish

0 commit comments

Comments
 (0)