Add verify bundle workflow and package-lock

Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
Tim Etchells 2020-11-19 13:44:17 -05:00
parent d26694b47f
commit 2f1cc9082b
3 changed files with 180 additions and 4 deletions

View file

@ -2,12 +2,11 @@
"name": "buildah-action",
"version": "0.0.1",
"description": "Action for building OCI-compatible images using buildah",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"compile": "tsc -p .",
"bundle": "ncc build src/index.ts --source-map --minify",
"clean": "rm -rf out/ dist/",
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "rm -rf out/ dist/"
},
"keywords": [],
"author": "Red Hat",
@ -19,7 +18,7 @@
"language-recognizer": "0.0.1"
},
"devDependencies": {
"@types/node": "^12.12.7",
"@types/node": "^12",
"typescript": "^4.0.5"
}
}