Skip to content

Commit 5bda328

Browse files
committed
Fixed lint script
1 parent 4d0912e commit 5bda328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "rimraf material && ts-node -T tools/build --optimize",
2828
"build:dirty": "ts-node -T tools/build --dirty",
2929
"clean": "rimraf material",
30-
"lint": "npm run lint:scss && npm run lint:scss",
30+
"lint": "npm run lint:scss && npm run lint:ts",
3131
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
3232
"lint:ts": "eslint --cache \"src/**/*.ts\"",
3333
"start": "ts-node -T tools/build --verbose --dirty --watch"

0 commit comments

Comments
 (0)