Bootstrap docker from js

This commit is contained in:
Webber
2019-12-17 22:48:54 +01:00
committed by Webber Takken
parent 0bb0dbd7be
commit dccdec9d3b
9 changed files with 184 additions and 91 deletions

View File

@@ -9,6 +9,7 @@
"scripts": {
"build": "ncc build src/index.js -o dist -m",
"watch": "yarn build -w",
"start": "node dist/index.js",
"lint": "prettier --check \"src/**/*.js\" && eslint src",
"test": "jest --passWithNoTests"
},
@@ -48,7 +49,7 @@
"git add",
"jest --findRelatedTests"
],
"*.{json,sh,md,yaml,yml}": [
"*.{json,md,yaml,yml}": [
"prettier --write",
"git add"
]