Skip to content

Commit e213e77

Browse files
devversionandrewseguin
authored andcommitted
chore: improve ambiguous npm script for linting (#14139)
1 parent b02a72e commit e213e77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"build": "gulp :publish:build-releases",
1616
"demo-app": "gulp serve:devapp",
1717
"test": "gulp test",
18-
"tslint": "gulp lint",
19-
"stylelint": "gulp lint",
18+
"lint": "gulp lint",
2019
"e2e": "gulp e2e",
2120
"deploy": "gulp deploy:devapp",
2221
"webdriver-manager": "webdriver-manager",

0 commit comments

Comments
 (0)