Skip to content

Commit

Permalink
Merge 415800a into d34e991
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Mar 19, 2024
2 parents d34e991 + 415800a commit c8655c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-apricots-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@antv/g-device-api': patch
---

Commit rust bundle.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Build
run: pnpm build

- name: Copy rust bundle
run: cp -r rust/pkg dist

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"lint": "npm run eslint",
"lint-staged": "lint-staged",
"prepare": "husky install",
"prepublishOnly": "npm run build && cp -r rust/pkg dist",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
Expand Down
1 change: 0 additions & 1 deletion rust/pkg/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
*

0 comments on commit c8655c9

Please sign in to comment.