Skip to content

Commit d21f990

Browse files
move linting test to pipeline
1 parent 3c624c2 commit d21f990

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"start": "turbo run start",
2424
"test": "run-p test:*",
2525
"test:unit": "turbo run test",
26-
"test:eslint": "eslint '**/*.{ts,tsx}'",
2726
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
2827
"predeploy": "run-s build",
2928
"prepare": "husky install",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependsOn": ["^build"]
1414
},
1515
"test": {
16-
"dependsOn": ["build"],
16+
"dependsOn": ["build", "lint"],
1717
"outputs": []
1818
},
1919
"lint": {

0 commit comments

Comments
 (0)