Skip to content

Commit 5a92475

Browse files
committed
build(package): build script
1 parent e09798c commit 5a92475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"description": "Probot & GitHub Action example",
66
"scripts": {
7-
"test": "node test.js"
7+
"test": "node test.js",
8+
"build": "ncc build index.js -o dist"
89
},
910
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1011
"license": "ISC",

0 commit comments

Comments
 (0)