Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Oct 13, 2022
1 parent 1cde578 commit ff22e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build:umd": "rollup -c",
"ci-build": "pnpm run lint && pnpm test && pnpm run build",
"lint": "eslint . --ext .ts,.tsx",
"test": "vitest"
"test": "vitest",
"publish": "pnpm run build && npx changeset publish"
},
"dependencies": {
"@rgba-image/lanczos": "^0.1.0",
Expand Down

0 comments on commit ff22e92

Please # to comment.