|
8 | 8 | "author": "Firebase <[email protected]> (https://firebase.google.com/)",
|
9 | 9 | "scripts": {
|
10 | 10 | "bundle": "rollup -c",
|
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", |
| 11 | + "build": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.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": "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'", |
| 13 | + "build:release": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.node.js' 'bundle rollup.config.rn.js'", |
14 | 14 | "build:deps": "lerna run --scope @firebase/firestore --include-dependencies build",
|
15 | 15 | "build:console": "node tools/console.build.js",
|
16 | 16 | "build:exp": "rollup -c rollup.config.exp.js",
|
17 | 17 | "build:lite": "rollup -c rollup.config.lite.js",
|
18 | 18 | "build:bundle": "rollup -c rollup.config.bundle.js",
|
19 | 19 | "build:exp:release": "yarn build:exp && yarn build:lite",
|
20 |
| - "build:rn": "rollup -c rollup.config.rn.js", |
21 |
| - "build:browser": "rollup -c rollup.config.browser.js", |
22 | 20 | "predev": "yarn prebuild",
|
23 | 21 | "dev": "rollup -c -w",
|
24 | 22 | "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
|
63 | 61 | "license": "Apache-2.0",
|
64 | 62 | "files": [
|
65 | 63 | "dist",
|
66 |
| - "memory/package.json" |
| 64 | + "memory/package.json", |
| 65 | + "bundle/package.json" |
67 | 66 | ],
|
68 | 67 | "dependencies": {
|
69 | 68 | "@firebase/component": "0.1.21",
|
|
0 commit comments