Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 02583b9

Browse files
author
valflrt
committed
Rename script "build:binaries" to "build:bin"
1 parent abb7d24 commit 02583b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 1
1616

1717
- name: Build binaries
18-
run: npm run build:binaries
18+
run: npm run build:bin
1919

2020
- name: Upload release binaries
2121
uses: alexellis/upload-assets@0.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"build": "npm ci && rm -rf build && npx tsc",
10-
"build:binaries": "npm run build && rm -rf binaries && npx pkg . && sh scripts/compress-binaries.sh"
10+
"build:bin": "npm run build && rm -rf binaries && npx pkg . && sh scripts/compress-binaries.sh"
1111
},
1212
"author": "valflrt",
1313
"license": "MIT",

0 commit comments

Comments
 (0)