feature: build source file with ncc

This commit is contained in:
francisfuzz
2020-01-03 09:19:52 -08:00
parent ae247f778e
commit 93e067c319
5 changed files with 11582 additions and 1 deletions

View File

@@ -1,8 +1,15 @@
{
"private": true,
"license": "MIT",
"scripts": {
"build": "ncc build src/main.js",
"precommit": "npm run build && git add dist/"
},
"dependencies": {
"@actions/core": "^1.1.0",
"@actions/github": "^1.1.0"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5"
}
}