Skip to content

Commit

Permalink
change order of steps of 'checks' script to enhance debugging (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele authored Sep 21, 2023
1 parent def530e commit 53c2179
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 @@ -44,7 +44,7 @@
"test": "vitest run --passWithNoTests",
"test:watch": "vitest watch --passWithNoTests",
"typecheck": "tsc --project tsconfig.json --noEmit",
"checks": "npm run test && npm run lint && npm run typecheck",
"checks": "npm run typecheck && npm run lint && npm run test",
"prepublishOnly": "npm run checks",
"prepare": "npm run build",
"preversion": "npm run checks",
Expand Down

0 comments on commit 53c2179

Please sign in to comment.