File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/multiple-select-vanilla Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments