Skip to content

Commit

Permalink
调整命令
Browse files Browse the repository at this point in the history
  • Loading branch information
2234839 committed Jan 3, 2024
1 parent 4ad4f99 commit 82380d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"cli": "tsx ./src/cli.ts",
"cli_watch": "tsx watch ./src/cli.ts",
"build": "vite build && pnpm build_lib",
"build": "vite build && npm run build_lib",
"build_lib": "vite build --config vite.sw.config.ts",
"generate_dependency_graph": "depcruise src --include-only '^src' --output-type dot > ./assets/dep.dot",
"preview": "vite preview"
Expand Down

0 comments on commit 82380d0

Please sign in to comment.