Skip to content

Commit e7889eb

Browse files
committed
revert build:extras workaround after separating transpiling and type checking
1 parent a93cd23 commit e7889eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sideEffects": false,
99
"scripts": {
1010
"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",
11+
"build:rollup": "run-s build:worker build:core",
1212
"build": "run-s build:worker && run-p build:core build:types",
1313
"build:dev": "run-s build #TODO adjust after adding CDN bundles",
1414
"build:worker": "rollup -c rollup.config.worker.js",

0 commit comments

Comments
 (0)