Skip to content

Commit

Permalink
build: move build to the final step
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Mar 23, 2024
1 parent 4f6ef5b commit 5949c41
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 @@ -42,7 +42,7 @@
"lint": "eslint .",
"test": "vitest",
"test:update": "vitest run -u",
"test:ci": "pnpm typecheck && pnpm build && pnpm lint && pnpm test run",
"test:ci": "pnpm typecheck && pnpm lint && pnpm test run && pnpm build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
Expand Down

0 comments on commit 5949c41

Please sign in to comment.