Build native commands in parallel (#63)
This commit is contained in:
parent
6c5c625203
commit
bd486f5c04
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"node": ">=15"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node-gyp configure build",
|
||||
"build": "node-gyp configure build -j max",
|
||||
"docker:build-api": "docker build -t esmbot-api -f Dockerfile.api .",
|
||||
"docker:build-ss": "docker build -t headless-chrome-alpine --no-cache ./utils/screenshot",
|
||||
"docker:run-api": "docker run --rm --network=host esmbot-api",
|
||||
|
|
Loading…
Reference in a new issue