Skip to content

Commit

Permalink
try different command
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Jul 22, 2022
1 parent 5054f29 commit b964263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"old:esmockModule": "npx esbuild ./src/esmockModule.js --minify --allow-overwrite --outfile=./src/esmockModule.js",
"old": "npm run mini:esmock && npm run mini:esmockCache && npm run mini:esmockIsLoader && npm run mini:esmockModule && npm run mini:esmockLoader",
"mini:default": "npx esbuild ./src/*js --minify --allow-overwrite --outdir=src",
"mini:win32": "cd src && for %f in (.\\*) do (npx esbuild %f --minify --allow-overwrite --outfile=%f)",
"mini:win32old": "cd src && for %f in (.\\*) do (npx esbuild %f --minify --allow-overwrite --outfile=%f)",
"mini:win32": "cd src && forfiles /m \"*.js\" /c \"cmd /c npx esbuild @file --minify --allow-overwrite --outfile=@file\"",
"mini": "run-script-os",
"test-ci": "npm run mini && npm run test",
"prepublishOnly": "npm run test-ci; npm pkg delete scripts",
Expand Down

0 comments on commit b964263

Please sign in to comment.