Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update release script

-1
-1
package.json
··· 25 25 "dev": "vitest dev", 26 26 "lint": "eslint . && prettier -c src test", 27 27 "lint:fix": "automd && eslint . --fix && prettier -w src test", 28 - "prepack": "unbuild", 29 28 "release": "pnpm build && pnpm test && changelogen --release --push --publish", 30 29 "test": "pnpm lint && vitest run --coverage && pnpm test:types", 31 30 "test:types": "tsc --noEmit"