Skip to content

Commit 6894031

Browse files
committed
chore: add copyfiles stat
1 parent c0e689e commit 6894031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"sass:build": "sass src/styles:dist/styles/css --style=compressed --quiet-deps --no-source-map",
7171
"postsass:build": "postcss dist/styles/css/**/* --dir dist/styles/css --base dist/styles/css --no-map --use cssnano --use autoprefixer --style=compressed",
7272
"sass:watch": "sass src/styles:dist/styles/css --watch --style=compressed --quiet-deps --no-source-map",
73-
"sass:copy": "copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2"
73+
"sass:copy": "copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2 --stat"
7474
},
7575
"dependencies": {
7676
"@types/trusted-types": "^2.0.7"

0 commit comments

Comments
 (0)