Bootstrap docker from js
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user