Skip to content

Commit b9d9828

Browse files
committed
Adjust npm scripts
1 parent 55b8ca3 commit b9d9828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/replay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"build": "run-s build:worker && run-p build:core build:types build:bundle",
1111
"build:rollup": "run-s build:worker build:core",
1212
"build:bundle": "rollup -c rollup.bundle.config.js",
13-
"build:dev": "run-s build #TODO adjust after adding CDN bundles",
13+
"build:dev": "run-p build:worker build:rollup build:types",
1414
"build:worker": "rollup -c rollup.config.worker.js",
1515
"build:core": "rollup -c rollup.npm.config.js",
1616
"build:types": "tsc -p tsconfig.types.json",
17-
"build:watch": "run-p \"build:worker --watch\" \"build:core --watch\" build:types:watch",
18-
"build:dev:watch": "yarn build:watch #TODO adjust after adding CDN bundles",
17+
"build:watch": "run-p \"build:worker --watch\" \"build:core --watch\" \"build:bundle --watch\" build:types:watch",
18+
"build:dev:watch": "run-p \"build:core --watch\" build:types:watch",
1919
"build:types:watch": "tsc -p tsconfig.types.json --watch",
2020
"build:npm": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
2121
"circularDepCheck": "madge --circular src/index.ts",

0 commit comments

Comments
 (0)