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 febc01d commit 37827d8Copy full SHA for 37827d8
package.json
@@ -18,7 +18,7 @@
18
"build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
19
"watch:js": "rollup -c --bundleConfigAsCjs -w",
20
"lint:scss": "stylelint _sass/**/*.scss",
21
- "lint:fix:scss": "npm run lint:style -- --fix",
+ "lint:fix:scss": "npm run lint:scss -- --fix",
22
"test": "npm run lint:scss"
23
},
24
"dependencies": {
0 commit comments