Skip to content

Commit

Permalink
Merge pull request #219 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
ci: update github action
  • Loading branch information
chenshenhai authored Oct 15, 2023
2 parents c2c074a + 3c84fa2 commit eb94e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Package to npmjs
name: Release
on:
release:
types: [published]
Expand All @@ -12,6 +12,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install --global pnpm
- run: pnpm i
- run: npm run test
- run: npm run build
- run: cd packages/types/
Expand Down

0 comments on commit eb94e05

Please sign in to comment.