Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 0373d35

Browse files
committed
chore: Adjust script
1 parent cc8ec74 commit 0373d35

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
@@ -22,7 +22,7 @@
2222
"build": "run-s clean build:rollup build:css",
2323
"clean": "rimraf ./dist",
2424
"build:rollup": "cross-env NODE_ENV=production node_modules/.bin/rollup --config build/rollup.config.js",
25-
"build:css": "cross-env NODE_ENV=production node_modules/.bin/sass src/Vue3DatePicker/style/main.scss dist/main.css --output-style compressed",
25+
"build:css": "cross-env NODE_ENV=production node_modules/.bin/sass src/Vue3DatePicker/style/main.scss dist/main.css --style compressed",
2626
"test": "cross-env NODE_ENV=test node_modules/.bin/vue-cli-service test:unit",
2727
"lint": "run-s lint:style lint:vue",
2828
"lint:style": "stylelint --fix \"src/**/*.scss\"",

0 commit comments

Comments
 (0)