File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : install NPM dependencies and build native binary
3131 run : yarn
3232 - name : remove native built artifact before publishing
33- run : rm native/index.node && rm native/ artifacts.json && rm -rf native/target
33+ run : rm native/artifacts.json && rm -rf native/target
3434 - name : Package native binary and upload to github
3535 run : npm run upload-binary
3636 env :
Original file line number Diff line number Diff line change 3232 - name : install NPM dependencies and build native binary
3333 run : yarn
3434 - name : remove native built artifact before publishing
35- run : rm native/index.node && rm native/ artifacts.json && rm -rf native/target
35+ run : rm native/artifacts.json && rm -rf native/target
3636 - name : Package native binary and upload to github
3737 run : npm run upload-binary
3838 env :
Original file line number Diff line number Diff line change 3030 - name : install NPM dependencies and build native binary
3131 run : yarn
3232 - name : remove native built artifact before publishing
33- run : rm native/index.node && rm native/ artifacts.json && rm -rf native/target
33+ run : rm native/artifacts.json && rm -rf native/target
3434 - name : Package native binary and upload to github
3535 run : npm run upload-binary
3636 env :
You can’t perform that action at this time.
0 commit comments