Skip to content

Commit 01270b1

Browse files
committed
Add postbuild to prepare
1 parent 6f50480 commit 01270b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:unit": "vitest",
3333
"test": "vitest --run",
3434
"prepublishOnly": "npm run test && npm run lint && npm run build",
35-
"prepare": "npm run build"
35+
"prepare": "npm run build && npm run postbuild"
3636
},
3737
"devDependencies": {
3838
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)