Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 18, 2023
1 parent 6c1c938 commit 406b081
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 @@ -6,7 +6,7 @@
"repo:init": "pnpm i -r",
"repo:version": "pnpm -r exec pnpm version",
"repo:patch": "pnpm repo:version patch",
"repo:publish": "pnpm login && pnpm build && pnpm build:generate-stats",
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login && pnpm -r publish",
"watch": "cross-env watch=true pnpm build",
"build": "ts-node scripts/build.ts",
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
Expand Down

0 comments on commit 406b081

Please sign in to comment.