File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1919 "license" : " MIT" ,
2020 "main" : " ./src/index.js" ,
2121 "files" : [
22- " cjs/**" ,
23- " mjs/**"
22+ " **/*"
2423 ],
2524 "keywords" : [
2625 " nestjs" ,
Original file line number Diff line number Diff line change 103103 "cwd" : " ./" ,
104104 "parallel" : false
105105 }
106+ },
107+ "nx-release-publish" : {
108+ "options" : {
109+ "packageRoot" : " dist/libs/json-api/json-api-nestjs-sdk"
110+ }
106111 }
107112 },
108113 "tags" : []
Original file line number Diff line number Diff line change 1919 "private" : false ,
2020 "license" : " MIT" ,
2121 "files" : [
22- " src/* *"
22+ " **/ *"
2323 ],
2424 "keywords" : [
2525 " nestjs" ,
Original file line number Diff line number Diff line change 4848 "parallel" : false ,
4949 "outputPath" : " {workspaceRoot}/libs/json-api/json-api-nestjs"
5050 }
51+ },
52+ "nx-release-publish" : {
53+ "options" : {
54+ "packageRoot" : " dist/libs/json-api/json-api-nestjs"
55+ }
5156 }
5257 },
5358 "tags" : []
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ promisify(exec)(
1515 `nx run json-api-nestjs-sdk:compile-for-angular`
1616) . then ( r => {
1717 writeFileSync ( LIB_ANGULAR_MODULE_PATH , readFileSync ( ANGULAR_MODULE_PATH ) )
18- console . log ( LIB_ANGULAR_MODULE_PATH ) ;
19- console . log ( readFileSync ( LIB_ANGULAR_MODULE_PATH ) . toString ( ) ) ;
2018} ) . finally ( ( ) => {
2119 unlinkSync ( TEMP_FILE_PATH )
2220} )
You can’t perform that action at this time.
0 commit comments