File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 52
52
- name : Build Package
53
53
run : pnpm build
54
54
55
- - name : Build Binary
56
- run : pnpm pkg:build
55
+ - name : Build Binary (macOS)
56
+ run : pnpm pkg:build:macos
57
57
58
58
- name : Create Checksum
59
59
id : create_checksum
Original file line number Diff line number Diff line change 13
13
" todo-driven"
14
14
],
15
15
"license" : " MIT" ,
16
- "files" : [
17
- " dist"
18
- ],
16
+ "files" : [" dist" ],
19
17
"type" : " module" ,
20
18
"bin" : {
21
19
"git-intent" : " ./dist/index.cjs"
30
28
"start" : " node dist/index.js" ,
31
29
"format" : " biome format" ,
32
30
"format:fix" : " biome format --write" ,
33
- "pkg:build" : " pnpm pkg:build:macos && pnpm pkg:build:linux && pnpm pkg:build:win" ,
34
31
"pkg:build:macos" : " pkg . --no-bytecode -t node18-macos-arm64 -o build/git-intent-macos" ,
35
- "pkg:build:linux" : " pkg . --no-bytecode -t node18-linux-x64 -o build/git-intent-linux" ,
36
- "pkg:build:win" : " pkg . --no-bytecode -t node18-win-x64 -o build/git-intent-win.exe" ,
37
32
"test" : " vitest" ,
38
33
"test:ui" : " vitest --ui"
39
34
},
40
35
"pkg" : {
41
- "assets" : [
42
- " dist/**/*"
43
- ],
36
+ "assets" : [" dist/**/*" ],
44
37
"outputPath" : " build"
45
38
},
46
39
"dependencies" : {
You can’t perform that action at this time.
0 commit comments