Skip to content

Commit

Permalink
feat: add publish package script and fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannfleurydev committed Jan 14, 2024
1 parent 034dc74 commit d74caac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.0",
"prettier": "3.1.0",
"turbo": "1.11.3"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit d74caac

Please sign in to comment.