Skip to content

Commit

Permalink
➕ Setup Changesets for publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Sep 18, 2024
1 parent 7b3b7d4 commit 2275bd2
Show file tree
Hide file tree
Showing 2 changed files with 1,037 additions and 565 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
"ci": "pnpm run format:check && pnpm run check-exports && pnpm run build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"local-release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@changesets/cli": "^2.27.8",
"@types/inquirer": "^9.0.7",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
Expand Down
Loading

0 comments on commit 2275bd2

Please sign in to comment.