Skip to content

Commit

Permalink
fix: remove esbuild from dev dependencies (nodejs#1268)
Browse files Browse the repository at this point in the history
It breaks AIX in CITGM. Use npx instead.
  • Loading branch information
targos authored and crysmags committed Feb 27, 2024
1 parent 862a379 commit 4e34486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"docs"
],
"scripts": {
"build:node": "esbuild index.js --bundle --platform=node --outfile=undici.js",
"build:node": "npx esbuild@0.14.25 index.js --bundle --platform=node --outfile=undici.js",
"prebuild:wasm": "docker build -t llhttp_wasm_builder -f build/Dockerfile .",
"build:wasm": "node build/wasm.js --docker",
"lint": "standard | snazzy",
Expand Down Expand Up @@ -75,7 +75,6 @@
"cronometro": "^0.8.0",
"delay": "^5.0.0",
"docsify-cli": "^4.4.3",
"esbuild": "^0.14.14",
"formdata-node": "^4.3.1",
"https-pem": "^2.0.0",
"husky": "^7.0.2",
Expand Down

0 comments on commit 4e34486

Please sign in to comment.