We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93cd23 commit e7889ebCopy full SHA for e7889eb
packages/replay/package.json
@@ -8,7 +8,7 @@
8
"sideEffects": false,
9
"scripts": {
10
"bootstrap": "yarn && cd demo && yarn #TODO: change after migration",
11
- "build:extras": "yarn build #TODO rename to build:rollup once we're running in parallel",
+ "build:rollup": "run-s build:worker build:core",
12
"build": "run-s build:worker && run-p build:core build:types",
13
"build:dev": "run-s build #TODO adjust after adding CDN bundles",
14
"build:worker": "rollup -c rollup.config.worker.js",
0 commit comments