File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 13
13
"prebuild" : " tsc --emitDeclarationOnly --declaration -p tsconfig.json && run-p api-report:exp api-report:lite" ,
14
14
"build" : " run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp" ,
15
15
"build:scripts" : " tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser % -o %'" ,
16
+ "prebuild:release" : " yarn prebuild" ,
16
17
"build:release" : " run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'" ,
17
18
"build:deps" : " lerna run --scope @firebase/firestore --include-dependencies build" ,
18
19
"build:console" : " node tools/console.build.js" ,
You can’t perform that action at this time.
0 commit comments