We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0629f commit 11c7f3dCopy full SHA for 11c7f3d
packages/multiple-select-vanilla/package.json
@@ -70,7 +70,7 @@
70
"sass:build": "sass src/styles:dist/styles/css --style=compressed --quiet-deps --no-source-map",
71
"postsass:build": "postcss dist/styles/css/**/* --dir dist/styles/css --base dist/styles/css --no-map --use cssnano --use autoprefixer --style=compressed",
72
"sass:watch": "sass src/styles:dist/styles/css --watch --style=compressed --quiet-deps --no-source-map",
73
- "sass:copy": "cross-env copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2"
+ "sass:copy": "copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2"
74
},
75
"dependencies": {
76
"@types/trusted-types": "^2.0.7"
@@ -87,4 +87,4 @@
87
"tinyglobby": "^0.2.10",
88
"typescript": "5.7.3"
89
}
90
-}
+}
0 commit comments