Skip to content

Commit

Permalink
chore: release script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Sep 4, 2024
1 parent 55ce3d5 commit c21093d
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 @@ -26,7 +26,7 @@
},
"homepage": "https://nextorders.ru",
"scripts": {
"release": "pnpm run check && pnpm run test && pnpm run lint && pnpm run build && changelogen --release --push",
"release": "pnpm lint && pnpm typecheck && pnpm build && changelogen --release --push",
"build": "turbo build",
"dev": "dotenv -- turbo dev --parallel",
"dev:website": "dotenv -- pnpm --filter @next-orders/website dev",
Expand Down

0 comments on commit c21093d

Please sign in to comment.