Skip to content

Commit

Permalink
fix: 测试看看
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrove committed Jan 20, 2025
1 parent 2840d03 commit fac4c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest --no-cache",
"ci:test": "pnpm run test --coverage",
"ci:eslint": "pnpm run lint:script -- -f json -o ./.ci/eslint.json",
"ui:test": "chmod +x ./scripts/ui-test.sh && ./scripts/ui-test.sh",
"ui:test": "dumi dev & chmod +x ./scripts/ui-test.sh && ./scripts/ui-test.sh",
"generate:mini:files": "node scripts/mini-program-site/generateMiniFiles.js",
"lint": "pnpm run lint:script && pnpm run lint:style",
"lint:script": "eslint ./packages --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit fac4c99

Please sign in to comment.