Skip to content

Commit fc098d7

Browse files
build before lint
1 parent 7b06f13 commit fc098d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"build": "turbo build",
10-
"ci": "npm run format && npm run lint && npm run typecheck && npm run build && npm run test:coverage",
10+
"ci": "npm run format && npm run build && npm run lint && npm run typecheck && npm run test:coverage",
1111
"format": "prettier --check . --ignore-path .gitignore --ignore-path .prettierignore",
1212
"format:fix": "prettier --write . --ignore-path .gitignore --ignore-path .prettierignore",
1313
"knip": "knip",

0 commit comments

Comments
 (0)