Skip to content

Commit 11c7f3d

Browse files
authored
chore: remove unnecessary cross-env
1 parent 0b0629f commit 11c7f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 2 deletions
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": "cross-env copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2"
73+
"sass:copy": "copyfiles \"./src/styles/**/*.scss\" dist/styles/sass --up 2"
7474
},
7575
"dependencies": {
7676
"@types/trusted-types": "^2.0.7"
@@ -87,4 +87,4 @@
8787
"tinyglobby": "^0.2.10",
8888
"typescript": "5.7.3"
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)