File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const packageJson = JSON.parse(
5050async function main ( ) {
5151 await $ `rm -rf ${ outputDir } /dist` ;
5252 await $ `mkdir -p ${ outputDir } /dist` ;
53- await $ `cp LICENSE ${ outputDir } /dist ` ;
53+ await $ `cp LICENSE ${ outputDir } ` ;
5454 await $ `touch ${ outputDir } /yarn.lock` ;
5555
5656 const dependencies = getDependenciesFromPackages ( packages , 'dependencies' ) ;
@@ -75,8 +75,8 @@ async function main() {
7575 define : {
7676 'process.env.NODE_ENV' : '"production"' ,
7777 } ,
78- // minify: true,
79- // sourcemap: true,
78+ minify : true ,
79+ sourcemap : true ,
8080 } ) ;
8181
8282 packageJson . dependencies = filterWorkspace ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " @rocket.chat/federation-sdk" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.9 " ,
44 "description" : " Matrix Federation SDK for server-to-server communication" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments