Skip to content

Commit

Permalink
Add "pack" yarn script
Browse files Browse the repository at this point in the history
Signed-off-by: Duarte Nunes <[email protected]>
  • Loading branch information
duarten committed Apr 19, 2020
1 parent 590f342 commit d5d036f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"lint": "eslint --fix '**/*.ts'"
"lint": "eslint --fix '**/*.ts'",
"pack": "ncc build"
},
"dependencies": {
"@actions/core": "1.2.3",
Expand Down

0 comments on commit d5d036f

Please sign in to comment.