Skip to content

Commit

Permalink
chore: add npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 16, 2020
1 parent 632a150 commit 880ce11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
"keywords": [],
"author": "James George",
"license": "MIT",
"scripts": {
"build": "ncc build index.js -o dist"
},
"dependencies": {
"@actions/core": "^1.2.4",
"actions-toolkit": "^5.0.0"
},
"devDependencies": {}
"devDependencies": {
"@zeit/ncc": "^0.22.3"
}
}

0 comments on commit 880ce11

Please sign in to comment.