mirror of
https://github.com/actions/github-script.git
synced 2026-02-10 04:11:35 +00:00
feature: build source file with ncc
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user