Skip to content

Commit

Permalink
add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Sep 26, 2023
1 parent b655763 commit 4d6c8a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"test": "jest --coverage",
"docs": "npx typedoc",
"lint": "eslint \"./src/**/*{.ts,.tsx}\"",
"types": "pnpm tsc"
"types": "pnpm tsc",
"publish": "pnpm publish -r --no-git-checks --access public",
"publish:beta": "pnpm publish -r --tag beta --no-git-checks --access public",
"publish:dev": "pnpm publish -r --tag dev --no-git-checks --access public"
},
"dependencies": {
"module-error": "^1.0.2",
Expand Down

0 comments on commit 4d6c8a3

Please sign in to comment.