Skip to content

Commit

Permalink
修复单测报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nwind committed Feb 2, 2024
1 parent eaac8a1 commit 85beb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-theme-editor-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85beb23

Please sign in to comment.