File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 48
48
- name : Install dependencies
49
49
run : pnpm install
50
50
- name : Build x64 binary
51
- run : pnpm -r build
51
+ run : |
52
+ pnpm -r source
53
+ pnpm -r build
52
54
- name : Test binary
53
55
run : pnpm -r test
54
56
- name : Upload binaries
82
84
path : packages/${{inputs.package-name}}/prebuilds
83
85
pattern : prebuild-*
84
86
# merge-multiple: true
87
+ - name : Move sources
88
+ run : pnpm -r source
85
89
- name : Check binaries
86
90
run : tree packages/${{inputs.package-name}}
87
91
- name : Publish to npm
Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build" : " tree-sitter build -o parser.so" ,
8
+ "source" : " node nursery.js source" ,
8
9
"prepublishOnly" : " node nursery.js source" ,
9
10
"postinstall" : " node postinstall.js" ,
10
11
"test" : " node nursery.js test"
You can’t perform that action at this time.
0 commit comments