Skip to content

Commit

Permalink
chore: 🔧 add build debug script (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly authored May 10, 2024
1 parent f3c5b0e commit c10d80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"changelog:format": "esno scripts/format-changelog.ts",
"prepare": "husky install",
"build": "pnpm --filter @umijs/mako build && pnpm --filter @umijs/mako src:build && pnpm biome:format",
"build:debug": "pnpm --filter @umijs/mako build:debug && pnpm --filter @umijs/mako src:build && pnpm biome:format",
"biome:format": "biome check --apply .",
"test": "npm run test:e2e && npm run test:hmr && npm run test:umi",
"test:e2e": "node scripts/test-e2e.mjs",
Expand Down

0 comments on commit c10d80b

Please sign in to comment.