Skip to content

Commit

Permalink
chore: run the test commands in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 19, 2023
1 parent c5da437 commit 5a1167d
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 @@ -20,10 +20,10 @@
"release:check": "pnpm test && pnpm run build",
"release:publish": "clean-publish",
"release:version": "changelogen --output changelog.md --release --push",
"lint": "eslint \"**/*.{js,ts}\"",
"test:js": "eslint \"**/*.{js,ts}\"",
"test:types": "tsc --noEmit --pretty",
"test:unit": "vitest --run --coverage --single-thread --no-threads",
"test": "pnpm run lint && pnpm run test:types && pnpm run test:unit"
"test": "pnpm run --include-workspace-root /^test:/"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -85,4 +85,4 @@
"vitest": "^0.32.0",
"vue": "^3.3.4"
}
}
}

0 comments on commit 5a1167d

Please sign in to comment.