File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
"bundle" : " rollup -c" ,
11
11
"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" ,
12
12
"build:scripts" : " tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser % -o %'" ,
13
- "build:release" : " rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js " ,
13
+ "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' " ,
14
14
"build:deps" : " lerna run --scope @firebase/'{app,firestore}' --include-dependencies build" ,
15
15
"build:console" : " node tools/console.build.js" ,
16
16
"build:exp" : " rollup -c rollup.config.exp.js" ,
You can’t perform that action at this time.
0 commit comments