Skip to content

Commit 9ae1ed2

Browse files
authored
build(replay): Cleanup unused config (#9140)
Noticed that these are not needed anymore!
1 parent 1bcca84 commit 9ae1ed2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/replay/.eslintignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
node_modules/
22
build/
3-
demo/build/
4-
# TODO: Check if we can re-introduce linting in demo
5-
demo
6-
metrics
3+

packages/replay/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
"lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"",
3838
"test": "jest",
3939
"test:watch": "jest --watch",
40-
"bootstrap:demo": "cd demo && yarn",
41-
"start:demo": "yarn build:dev && cd demo && yarn start",
4240
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push"
4341
},
4442
"repository": {

0 commit comments

Comments
 (0)