Skip to content

Commit abca8d8

Browse files
committed
Add npm run build script to upload-msi action
1 parent 88f0f3a commit abca8d8

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/actions/upload-msi/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"name": "upload-msi",
3-
"version": "1.0.0",
4-
"description": "",
2+
"private": true,
53
"main": "index.js",
64
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
5+
"build": "rm -rf dist && ncc build index.js -o dist"
86
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
127
"dependencies": {
138
"@actions/core": "^1.2.0",
149
"@actions/github": "^2.0.0"
10+
},
11+
"devDependencies": {
12+
"@zeit/ncc": "^0.21.0"
1513
}
1614
}

0 commit comments

Comments
 (0)