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 4d0912e commit 5bda328Copy full SHA for 5bda328
package.json
@@ -27,7 +27,7 @@
27
"build": "rimraf material && ts-node -T tools/build --optimize",
28
"build:dirty": "ts-node -T tools/build --dirty",
29
"clean": "rimraf material",
30
- "lint": "npm run lint:scss && npm run lint:scss",
+ "lint": "npm run lint:scss && npm run lint:ts",
31
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
32
"lint:ts": "eslint --cache \"src/**/*.ts\"",
33
"start": "ts-node -T tools/build --verbose --dirty --watch"
0 commit comments