File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5555 run : npm install
5656
5757 - name : Building...
58- run : pkg package.json -t ${{ env.NODE }} -${{ matrix.targets }}
58+ run : npm run-script pkg -${{ matrix.targets }}
5959
6060 - name : Prepare content...
6161 run : |
Original file line number Diff line number Diff line change 55 "main" : " eask" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "build-all" : " pkg package.json" ,
9- "build-linux-x64" : " pkg package.json -t node16-linux-x64 --output dist/eask" ,
10- "build-macos-x64" : " pkg package.json -t node16-macos-x64 --output dist/eask" ,
11- "build-windows-x64" : " pkg package.json -t node16-win-x64 --output dist/eask"
8+ "pkg-all" : " pkg package.json" ,
9+ "pkg-linux-arm64" : " pkg package.json -t node16-linux-arm64 --output dist/eask" ,
10+ "pkg-linux-x64" : " pkg package.json -t node16-linux-x64 --output dist/eask" ,
11+ "pkg-macos-arm64" : " pkg package.json -t node16-macos-arm64 --output dist/eask" ,
12+ "pkg-macos-x64" : " pkg package.json -t node16-macos-x64 --output dist/eask" ,
13+ "pkg-win-arm64" : " pkg package.json -t node16-win-arm64 --output dist/eask" ,
14+ "pkg-win-x64" : " pkg package.json -t node16-win-x64 --output dist/eask"
1215 },
1316 "bin" : {
1417 "eask" : " ./eask"
You can’t perform that action at this time.
0 commit comments