Skip to content

Commit 1464db0

Browse files
committed
add lint command
1 parent cb9dd48 commit 1464db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"clean": "lerna clean -y && rm -Rf node_modules",
1010
"check": "echo",
1111
"check-ci": "echo",
12+
"lint": "lerna run check --since HEAD --exclude-dependents",
1213
"test": "lerna run test",
1314
"test-ci": "lerna run test-ci",
1415
"compile-ts": "lerna run compile-ts",

0 commit comments

Comments
 (0)