generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configured package.json to not use changesets
Signed-off-by: Antonette Caldwell <[email protected]>
- Loading branch information
1 parent
d016427
commit 04038e3
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,6 @@ | |
"packages/*" | ||
], | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@changesets/cli": "^2.26.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.48.0", | ||
"husky": "^8.0.3", | ||
|
@@ -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" | ||
|