Skip to content

Commit

Permalink
🤖 TEST: Test enable parallel (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 4, 2022
1 parent 0f7e2e4 commit 301b0a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"scripts": {
"lint": "eslint lib test",
"test": "egg-bin test --full-trace",
"test": "egg-bin test --full-trace --parallel",
"tsd": "tsd",
"cov": "egg-bin cov --full-trace",
"cov": "egg-bin cov --full-trace --parallel",
"ci": "npm run lint && npm run tsd && npm run cov"
},
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@eggjs/tsconfig": "^1.1.0",
"@types/node": "^18.11.6",
"egg-bin": "^5.2.0",
"egg-bin": "^5.3.1",
"eslint": "^8.25.0",
"eslint-config-egg": "^12.1.0",
"mm": "^3.2.0",
Expand Down

0 comments on commit 301b0a2

Please sign in to comment.