Skip to content

Commit

Permalink
remove monorepo release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Battis committed Dec 23, 2024
1 parent 6d1d7c7 commit ba9aa5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/myschoolapp-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
"clean": "del ./dist",
"build": "run-s build:*",
"build:clean": "run-s clean",
"build:compile": "tsc",
"release": "run-s release:*",
"release:build": "run-s build",
"release:changeset": "changeset version",
"release:publish": "pnpm publish -r --otp $(op item get npm --otp)"
"build:compile": "tsc"
},
"prettier": "@battis/prettier-config",
"dependencies": {
Expand Down

0 comments on commit ba9aa5b

Please sign in to comment.