Skip to content

Commit ff22e92

Browse files
committed
fix: ci
1 parent 1cde578 commit ff22e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"build:umd": "rollup -c",
1919
"ci-build": "pnpm run lint && pnpm test && pnpm run build",
2020
"lint": "eslint . --ext .ts,.tsx",
21-
"test": "vitest"
21+
"test": "vitest",
22+
"publish": "pnpm run build && npx changeset publish"
2223
},
2324
"dependencies": {
2425
"@rgba-image/lanczos": "^0.1.0",

0 commit comments

Comments
 (0)