Skip to content

Commit

Permalink
Fixed lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 26, 2021
1 parent 4d0912e commit 5bda328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "rimraf material && ts-node -T tools/build --optimize",
"build:dirty": "ts-node -T tools/build --dirty",
"clean": "rimraf material",
"lint": "npm run lint:scss && npm run lint:scss",
"lint": "npm run lint:scss && npm run lint:ts",
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
"start": "ts-node -T tools/build --verbose --dirty --watch"
Expand Down

0 comments on commit 5bda328

Please sign in to comment.