Skip to content

Commit

Permalink
workaround for stylelint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StanzillaManticore committed Jan 17, 2021
1 parent 0b85082 commit b476de3
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": "npm run clean && npx webpack --mode production",
"clean": "npx rimraf material",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:scss": "npx stylelint \"src/assets/**/*.scss\"",
"lint:scss": "npx stylelint \"src/assets/**/*.scss\" --syntax \"scss\"",
"lint:ts": "npx tslint -p tsconfig.json \"src/**/*.ts\"",
"start": "npx webpack --mode development --watch"
},
Expand Down

0 comments on commit b476de3

Please sign in to comment.