Skip to content

Commit

Permalink
ci: fix typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Aug 20, 2023
1 parent 262e070 commit 3a6bafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "vitest run --coverage && vitest typecheck --run",
"build": "tsup",
"ci": "pnpm install --frozen-lockfile && pnpm run test && pnpm run build",
"release": "pnpm run ci && npm publish --access=public",
"release": "pnpm run ci && pnpm publish --access=public",
"clean": "rm -rf dist && rm -rf coverage && rm -rf node_modules"
},
"main": "dist/index.js",
Expand Down

0 comments on commit 3a6bafb

Please sign in to comment.