Skip to content

Commit

Permalink
Merge pull request #311 from wendraw/feat/auto-build-internal-utils
Browse files Browse the repository at this point in the history
Auto build @webav/internal-utils
  • Loading branch information
hughfenghen authored Nov 1, 2024
2 parents 2d0ade9 + b178269 commit eb47878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/spicy-lamps-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@webav/internal-utils': patch
'@webav/av-cliper': patch
---

chore: replace prepublishOnly with prepare scripts to auto build @webav/av-cliper and @webav/internal-utils
2 changes: 1 addition & 1 deletion packages/av-cliper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build:dev": "vite build --watch",
"build:api": "typedoc src/index.ts --out ../../doc-site/public/_api/av-cliper",
"build:api:watch": "typedoc src/index.ts --out ../../doc-site/public/_api/av-cliper --watch",
"prepublishOnly": "pnpm build"
"prepare": "pnpm build"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ci:test": "vitest run",
"build": "vite build",
"build:dev": "vite build --watch",
"prepublishOnly": "pnpm build"
"prepare": "pnpm build"
},
"dependencies": {
"@webav/mp4box.js": "0.5.4-fenghen"
Expand Down

0 comments on commit eb47878

Please sign in to comment.