Skip to content

Commit

Permalink
ye gods
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Battis committed Dec 23, 2024
1 parent ba9aa5b commit cfc450c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:compile": "lerna run build",
"release": "run-s release:*",
"release:changeset": "changeset version",
"release:publish": "pnpm publish -r --otp $(op item get npm --otp)"
"release:publish": "pnpm publish -r --otp $(op item get npm --otp) --access public"
},
"devDependencies": {
"@battis/eslint-config": "^2.0.2",
Expand Down
6 changes: 1 addition & 5 deletions packages/datadirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,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) --access public"
"build:compile": "tsc"
},
"prettier": "@battis/prettier-config",
"devDependencies": {
Expand Down

0 comments on commit cfc450c

Please sign in to comment.