Skip to content

Commit 71ba991

Browse files
MatteoPologrutoalessio-perugini
authored andcommitted
Use ncc to package the action
1 parent 0fb3d10 commit 71ba991

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
@@ -7,7 +7,8 @@
77
"scripts": {
88
"format": "prettier --write **/*.ts",
99
"format-check": "prettier --check **/*.ts",
10-
"test": "jest"
10+
"test": "jest",
11+
"pack": "ncc build"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)