Skip to content

Commit 621d03a

Browse files
committed
ts -> js
1 parent 8d669ba commit 621d03a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/replay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build:extras": "NODE_ENV=production yarn build:all",
1313
"build:dev": "NODE_ENV=development yarn build:all",
1414
"build:all": "run-s clean build:worker build:core",
15-
"build:core": "yarn build:actualRollup --config rollup.config.core.ts",
16-
"build:worker": "yarn build:actualRollup --config rollup.config.worker.ts",
15+
"build:core": "yarn build:actualRollup --config rollup.config.core.js",
16+
"build:worker": "yarn build:actualRollup --config rollup.config.worker.js",
1717
"build:actualRollup": "rollup",
1818
"build:watch": "NODE_ENV=production yarn build:all:watch",
1919
"build:dev:watch": "NODE_ENV=development yarn build:all:watch",

0 commit comments

Comments
 (0)