File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed
Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,7 @@ jobs:
189189 - name : Publish
190190 run : |
191191 node ./script/release.js
192- cd ./packages/runtime && npm publish --ignore-scripts && cd ../..
193- cd ./packages/node && npm publish --ignore-scripts && cd ../..
194- cd ./packages/emnapi && npm publish --ignore-scripts && cd ../..
195- cd ./packages/core && npm publish --ignore-scripts && cd ../..
192+ npm publish --ignore-scripts -w packages/runtime -w packages/node -w packages/emnapi -w packages/core
196193
197194 - name : Create release
198195 uses :
toyobayashi/[email protected]
Original file line number Diff line number Diff line change 66node_modules
77! example /node_modules
88/include /node_api_full.h
9- /dist
109package-lock.json
1110/example /build
1211out
Original file line number Diff line number Diff line change 11{
22 "name" : " @emnapi/core" ,
3- "version" : " 0.32.1 " ,
3+ "version" : " 0.32.2 " ,
44 "description" : " emnapi core" ,
55 "main" : " index.js" ,
66 "module" : " ./dist/emnapi-core.esm-bundler.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " emnapi" ,
3- "version" : " 0.32.1 " ,
3+ "version" : " 0.32.2 " ,
44 "description" : " Node-API implementation for Emscripten" ,
55 "main" : " index.js" ,
66 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @emnapi/node-binding" ,
3- "version" : " 0.32.1 " ,
3+ "version" : " 0.32.2 " ,
44 "description" : " Bridge connecting emnapi and Node.js native implementation" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @emnapi/runtime" ,
3- "version" : " 0.32.1 " ,
3+ "version" : " 0.32.2 " ,
44 "description" : " emnapi runtime" ,
55 "main" : " index.js" ,
66 "module" : " ./dist/emnapi.esm-bundler.js" ,
You can’t perform that action at this time.
0 commit comments