修复单测报错

This commit is contained in:
wuduoyi 2024-02-02 14:37:21 +08:00
parent eaac8a1e5a
commit 85beb23635

View File

@ -6,7 +6,7 @@
"module": "esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"test": "echo \"Warnings: no test specified\"",
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
"clean-dist": "rimraf lib/** esm/**",
"i18n:update": "npx i18n update --config=./i18nConfig.js",