File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2323 "type-check:watch" : " npm run type-check -- --watch"
2424 },
2525 "files" : [
26- " lib" ,
27- " bin"
26+ " lib"
2827 ],
2928 "main" : " src/index.js" ,
3029 "keywords" : [],
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { unpack } from '@shelf/aws-lambda-brotli-unpacker' ;
22import { execSync } from 'child_process' ;
33import { cleanupTempFiles } from './cleanup' ;
4- import defaultArgsJSON from './args.json' ;
54
6- export const defaultArgs = defaultArgsJSON ;
5+ export const defaultArgs = [
6+ '--headless' ,
7+ '--invisible' ,
8+ '--nodefault' ,
9+ '--view' ,
10+ '--nolockcheck' ,
11+ '--nologo' ,
12+ '--norestore'
13+ ] ;
714
815const INPUT_PATH = '/opt/lo.tar.br' ;
916const OUTPUT_PATH = '/tmp/instdir/program/soffice' ;
You can’t perform that action at this time.
0 commit comments