We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cde578 commit ff22e92Copy full SHA for ff22e92
package.json
@@ -18,7 +18,8 @@
18
"build:umd": "rollup -c",
19
"ci-build": "pnpm run lint && pnpm test && pnpm run build",
20
"lint": "eslint . --ext .ts,.tsx",
21
- "test": "vitest"
+ "test": "vitest",
22
+ "publish": "pnpm run build && npx changeset publish"
23
},
24
"dependencies": {
25
"@rgba-image/lanczos": "^0.1.0",
0 commit comments