Build native commands in parallel (#63)

This commit is contained in:
adroitwhiz 2021-02-19 11:29:59 -05:00 committed by GitHub
parent 6c5c625203
commit bd486f5c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",