Skip to content

Commit

Permalink
configured package.json to not use changesets
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Aug 30, 2023
1 parent d016427 commit 04038e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"packages/*"
],
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.2"
},
"devDependencies": {
"eslint": "^8.48.0",
"husky": "^8.0.3",
Expand All @@ -22,9 +19,6 @@
"build-all": "yarn workspaces run build",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
"format:write": "prettier --write \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "yarn run build-all && changeset publish",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
Expand Down

0 comments on commit 04038e3

Please sign in to comment.