fix: script

This commit is contained in:
07akioni 2022-05-18 02:21:50 +08:00
parent 9a4d521bdb
commit a1daeef544
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.6.0",
"esno": "^0.14.0",
"esno": "^0.15.0",
"express": "^4.17.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",

View File

@ -1,6 +1,6 @@
import * as globalComponents from '../src/components'
import { resolve } from 'path'
import fs from 'fs-extra'
import * as globalComponents from '../src/components'
const TYPE_ROOT = resolve(__dirname, '..')