Skip to content

Commit

Permalink
fix(sdk): enable linting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
topocount committed Sep 19, 2024
1 parent e08c31f commit f359340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
}
},
"scripts": {
"build": "vite build && tsc --build --emitDeclarationOnly --declaration --declarationMap --force",
"build": "npm run lint:ci && vite build && tsc --build --emitDeclarationOnly --declaration --declarationMap --force",
"lint:ci": "npx biome ci",
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
"clean": "rm -rf dist",
Expand Down

0 comments on commit f359340

Please sign in to comment.