We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09798c commit 5a92475Copy full SHA for 5a92475
package.json
@@ -4,7 +4,8 @@
4
"private": true,
5
"description": "Probot & GitHub Action example",
6
"scripts": {
7
- "test": "node test.js"
+ "test": "node test.js",
8
+ "build": "ncc build index.js -o dist"
9
},
10
"author": "Gregor Martynus (https://twitter.com/gr2m)",
11
"license": "ISC",
0 commit comments