Use remote update instead of re-mirroring

This commit is contained in:
Morten Olsen
2021-07-23 11:58:57 +02:00
parent 5c5160437c
commit f3e3eff019
2 changed files with 19 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "docker run --rm -i hadolint/hadolint < Dockerfile",
"start": "ts-node src/index.ts",
"bundle": "ncc build src/index.ts -o dist"
},