Skip to content

Commit c69c465

Browse files
authored
Merge 134f8c3 into 5c41eab
2 parents 5c41eab + 134f8c3 commit c69c465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"prebuild": "tsc -m es2015 --moduleResolution node scripts/*.ts ",
1111
"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",
1213
"build:deps": "lerna run --scope @firebase/'{app,firestore}' --include-dependencies build",
1314
"build:console": "node tools/console.build.js",
1415
"build:exp": "rollup -c rollup.config.exp.js",
@@ -35,7 +36,7 @@
3536
"test:minified": "(cd ../../integration/firestore ; yarn test)",
3637
"pretest:lite": "yarn build:lite",
3738
"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"
3940
},
4041
"main": "dist/index.node.cjs.js",
4142
"main-esm2017": "dist/index.node.esm2017.js",

0 commit comments

Comments
 (0)