From d4e1fb07d07b4dbb16857bc8e7019fdf5a7d32ea Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Sun, 7 Feb 2021 11:56:38 +0800 Subject: [PATCH] chore: remove build env --- .umirc.dev.ts | 4 ---- package.json | 1 - 2 files changed, 5 deletions(-) delete mode 100644 .umirc.dev.ts diff --git a/.umirc.dev.ts b/.umirc.dev.ts deleted file mode 100644 index 68cfc3a..0000000 --- a/.umirc.dev.ts +++ /dev/null @@ -1,4 +0,0 @@ -export default { - base: '/', - publicPath: '/', -}; diff --git a/package.json b/package.json index 2ec44ef..87fa121 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "scripts": { "start": "dumi dev", "docs:build": "dumi build", - "docs-dev:build": "UMI_ENV=dev dumi build", "docs:deploy": "gh-pages -d docs-dist", "deploy": "npm run docs:build && npm run docs:deploy", "format": "prettier --write **/*.ts **/*.js",