Skip to content

Commit

Permalink
clean up scripts and subpaths in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Oct 31, 2024
1 parent 3d04abc commit e36e9b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@
},
"scripts": {
"test": "vitest --run",
"check": "pnpm --color run '/type-check|lint/'",
"check": "pnpm --color run '/ts-check|lint/'",
"lint": "eslint '.'",
"type-check": "tsc",
"ts-check": "tsc --noEmit",
"build": "tsup",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "changeset publish",
"ci:generate-changesets": "node ./scripts/generate-changesets.js",
"format": "pnpm dlx prettier --config ./package.json --write ."
},
"imports": {
"#localtypes/*": "./types/*"
},
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit e36e9b0

Please sign in to comment.