fix: ci failed

This commit is contained in:
chenos 2021-12-03 12:30:55 +08:00
parent bbed2651b3
commit c177ebb8e3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { defineConfig } from 'dumi';
import { getUmiConfig } from '@nocobase/utils';
import { getUmiConfig } from './packages/utils/src/umiConfig';
process.env.MFSU_AD = 'none';

View File

@ -15,6 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@nocobase/utils": "^0.5.0-alpha.34",
"@umijs/utils": "3.5.17",
"commander": "^8.2.0",
"execa": "^5.1.1",