mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add verify bundle workflow and package-lock
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
d26694b47f
commit
2f1cc9082b
3 changed files with 180 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue