chore: correct npm script name

This commit is contained in:
Cotes Chung 2024-05-11 14:24:15 +08:00
parent febc01db52
commit 37827d81e5
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -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": {