Skip to content

Commit 37827d8

Browse files
committed
chore: correct npm script name
1 parent febc01d commit 37827d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
1919
"watch:js": "rollup -c --bundleConfigAsCjs -w",
2020
"lint:scss": "stylelint _sass/**/*.scss",
21-
"lint:fix:scss": "npm run lint:style -- --fix",
21+
"lint:fix:scss": "npm run lint:scss -- --fix",
2222
"test": "npm run lint:scss"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)