Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
kepta committed Oct 4, 2023
1 parent 41c28b4 commit 5d7968d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test": "pnpm -r run test",
"build-docs": "pnpm -r --filter documentation build",
"build-packages": "pnpm -r --filter \"./packages/**\" build",
"publish-alpha": "pnpm -r --filter \"./packages/**\" publish --tag alpha --otp ${npm_config_otp} --access=public",
"publish-latest": "pnpm -r --filter \"./packages/**\" publish --tag latest --otp ${npm_config_otp} --access=public"
"publish-alpha": "pnpm -r --filter \"./packages/**\" publish --tag alpha --otp ${npm_config_otp} --access public",
"publish-latest": "pnpm -r --filter \"./packages/**\" publish --tag latest --otp ${npm_config_otp} --access public"
},
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit 5d7968d

Please sign in to comment.