File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"prebuild" : " tsc -m es2015 --moduleResolution node scripts/*.ts " ,
11
11
"build" : " rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js && yarn build:lite" ,
12
+ "build:release" : " rollup -c rollup.config.es2017.js && rollup -c rollup.config.es5.js" ,
12
13
"build:deps" : " lerna run --scope @firebase/'{app,firestore}' --include-dependencies build" ,
13
14
"build:console" : " node tools/console.build.js" ,
14
15
"build:exp" : " rollup -c rollup.config.exp.js" ,
35
36
"test:minified" : " (cd ../../integration/firestore ; yarn test)" ,
36
37
"pretest:lite" : " yarn build:lite" ,
37
38
"test:lite" : " TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha 'lite/test/**/*.test.ts' --file lite/index.node.ts --config ../../config/mocharc.node.js" ,
38
- "prepare" : " yarn build"
39
+ "prepare" : " yarn build:release "
39
40
},
40
41
"main" : " dist/index.node.cjs.js" ,
41
42
"main-esm2017" : " dist/index.node.esm2017.js" ,
You can’t perform that action at this time.
0 commit comments