We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9dd48 commit 1464db0Copy full SHA for 1464db0
package.json
@@ -9,6 +9,7 @@
9
"clean": "lerna clean -y && rm -Rf node_modules",
10
"check": "echo",
11
"check-ci": "echo",
12
+ "lint": "lerna run check --since HEAD --exclude-dependents",
13
"test": "lerna run test",
14
"test-ci": "lerna run test-ci",
15
"compile-ts": "lerna run compile-ts",
0 commit comments