Skip to content

Commit

Permalink
build: remove client build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jun 29, 2022
1 parent f927980 commit 58d2207
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": {
"bootstrap": "umi-scripts bootstrap",
"build": "umi-scripts turbo --cmd build",
"build:client": "umi-scripts turbo --cmd build:client",
"build:extra": "umi-scripts turbo --cmd build:extra",
"build:force": "umi-scripts turbo --cmd build --no-cache",
"build:release": "umi-scripts turbo --cmd build --no-cache -- --declarationMap false",
Expand Down
1 change: 0 additions & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import { assert, eachPkg, getPkgs } from './.internal/utils';
logger.event('build packages');
await $`npm run build:release`;
await $`npm run build:extra`;
await $`npm run build:client`;

logger.event('check client code change');
const isGitCleanAfterClientBuild = (
Expand Down
3 changes: 0 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"build:extra": {
"cache": false
},
"build:client": {
"cache": false
},
"dev": {
"cache": false
},
Expand Down

0 comments on commit 58d2207

Please sign in to comment.