Skip to content

Commit 6bb7f52

Browse files
committed
add syncpack lint to ci
1 parent 2090f1b commit 6bb7f52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
command: ['format:verify', 'lint', 'verify']
16+
command: ['format:verify', 'lint', 'verify', 'syncpack:lint']

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"clear-modules": "lerna clean -y && rm -rf node_modules",
2525
"build": "turbo run build --concurrency=3",
2626
"build-all": "yarn build",
27-
"prepare": "husky install"
27+
"prepare": "husky install",
28+
"syncpack:lint": "syncpack lint"
2829
},
2930
"lint-staged": {
3031
"**/*.{js,ts,tsx,json}": [

0 commit comments

Comments
 (0)