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 8f9bc77 commit 1f46a4bCopy full SHA for 1f46a4b
package.json
@@ -13,7 +13,7 @@
13
"demo-app": "ng serve",
14
"test": "karma start test/karma.conf.js",
15
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
16
- "stylelint": "stylelint 'src/**/*.scss' --config .stylelint-config.json --syntax scss",
+ "stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss",
17
"typings": "typings install --ambient",
18
"postinstall": "npm run typings",
19
"e2e": "protractor",
0 commit comments