File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
"artifacts" : " napi artifacts" ,
23
23
"build" : " napi build --platform --release" ,
24
24
"build:debug" : " napi build --platform" ,
25
+ "prepublishOnly" : " napi prepublish" ,
25
26
"test" : " ava"
26
27
},
27
28
"packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" ,
Original file line number Diff line number Diff line change 23
23
"homepage" : " https://github.com/cpp-linter/cpp_linter_rs#readme" ,
24
24
"private" : true ,
25
25
"workspaces" : [
26
- " node-binding"
26
+ " node-binding" ,
27
+ " node-binding/npm/*"
27
28
],
28
29
"packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
29
30
}
You can’t perform that action at this time.
0 commit comments