Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Jul 22, 2022
1 parent b964263 commit 9c5e775
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,11 @@
"run-script-os": "^1.1.6"
},
"scripts": {
"old:esmock": "npx esbuild ./src/esmock.js --minify --allow-overwrite --outfile=./src/esmock.js",
"old:esmockCache": "npx esbuild ./src/esmockCache.js --minify --allow-overwrite --outfile=./src/esmockCache.js",
"old:esmockIsLoader": "npx esbuild ./src/esmockIsLoader.js --minify --allow-overwrite --outfile=./src/esmockIsLoader.js",
"old:esmockLoader": "npx esbuild ./src/esmockLoader.mjs --minify --allow-overwrite --outfile=./src/esmockLoader.mjs",
"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: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",
"prepublishOnly": "npm run test-ci; npm pkg delete scripts devDependencies",
"lint": "npx eslint . --ext .js,.mjs",
"test": "cd tests && npm install && npm test"
}
Expand Down

0 comments on commit 9c5e775

Please sign in to comment.