chore: correct npm script name
This commit is contained in:
parent
febc01db52
commit
37827d81e5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
"build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
|
"build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
|
||||||
"watch:js": "rollup -c --bundleConfigAsCjs -w",
|
"watch:js": "rollup -c --bundleConfigAsCjs -w",
|
||||||
"lint:scss": "stylelint _sass/**/*.scss",
|
"lint:scss": "stylelint _sass/**/*.scss",
|
||||||
"lint:fix:scss": "npm run lint:style -- --fix",
|
"lint:fix:scss": "npm run lint:scss -- --fix",
|
||||||
"test": "npm run lint:scss"
|
"test": "npm run lint:scss"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue