|
43 | 43 | "webpack": "^4.30.0" |
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | | - "build": "run-p build:rollup build:bundle build:types", |
| 46 | + "build": "run-p build:pack build:bundle build:types", |
47 | 47 | "build:bundle": "rollup --config rollup.bundle.config.js", |
48 | | - "build:dev": "run-p build:rollup build:types", |
49 | | - "build:rollup": "rollup -c rollup.npm.config.js", |
| 48 | + "build:pack": "rollup -c rollup.npm.config.js", |
50 | 49 | "build:types": "tsc -p tsconfig.types.json", |
51 | | - "build:watch": "run-p build:rollup:watch build:bundle:watch build:types:watch", |
| 50 | + "build:watch": "run-p build:pack:watch build:bundle:watch build:types:watch", |
52 | 51 | "build:bundle:watch": "rollup --config rollup.bundle.config.js --watch", |
53 | | - "build:dev:watch": "run-p build:rollup:watch build:types:watch", |
54 | | - "build:rollup:watch": "rollup -c rollup.npm.config.js --watch", |
| 52 | + "build:pack:watch": "rollup -c rollup.npm.config.js --watch", |
55 | 53 | "build:types:watch": "tsc -p tsconfig.types.json --watch", |
56 | | - "build:npm": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm", |
| 54 | + "build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm", |
57 | 55 | "circularDepCheck": "madge --circular src/index.ts", |
58 | 56 | "clean": "rimraf build coverage .rpt2_cache sentry-browser-*.tgz", |
59 | 57 | "fix": "run-s fix:eslint fix:prettier", |
|
0 commit comments