mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
修复单测报错
This commit is contained in:
parent
eaac8a1e5a
commit
85beb23635
@ -6,7 +6,7 @@
|
|||||||
"module": "esm/index.js",
|
"module": "esm/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "echo \"Warnings: no test specified\"",
|
||||||
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
||||||
"clean-dist": "rimraf lib/** esm/**",
|
"clean-dist": "rimraf lib/** esm/**",
|
||||||
"i18n:update": "npx i18n update --config=./i18nConfig.js",
|
"i18n:update": "npx i18n update --config=./i18nConfig.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user