Skip to content

Commit 401b085

Browse files
authored
chore: remove cross-env from npm script
1 parent 11c7f3d commit 401b085

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
@@ -61,7 +61,7 @@
6161
"postbuild": "pnpm sass:build && pnpm sass:copy",
6262
"dev:init": "pnpm sass:build && pnpm sass:copy && pnpm build:all",
6363
"build:all": "node build-prod.mjs",
64-
"build:watch": "cross-env NODE_ENV='development' node build-watch.mjs",
64+
"build:watch": "set NODE_ENV='development' && node build-watch.mjs",
6565
"build:locales": "esbuild src/locales/all-locales-index.ts --bundle --minify --format=iife --target=es2021 --sourcemap --outfile=dist/locales/multiple-select-all-locales.js",
6666
"build:esm": "esbuild src/index.ts --bundle --minify --format=esm --target=es2021 --sourcemap --outfile=dist/multiple-select.js",
6767
"build:types": "tsc --emitDeclarationOnly --incremental --declarationMap false --outDir dist",

0 commit comments

Comments
 (0)