mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
chore: correct npm script name
This commit is contained in:
parent
febc01db52
commit
37827d81e5
@ -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…
x
Reference in New Issue
Block a user