Skip to content

Commit

Permalink
build(replay): Cleanup unused config (#9140)
Browse files Browse the repository at this point in the history
Noticed that these are not needed anymore!
  • Loading branch information
mydea authored Oct 2, 2023
1 parent 1bcca84 commit 9ae1ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions packages/replay/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
node_modules/
build/
demo/build/
# TODO: Check if we can re-introduce linting in demo
demo
metrics

2 changes: 0 additions & 2 deletions packages/replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"",
"test": "jest",
"test:watch": "jest --watch",
"bootstrap:demo": "cd demo && yarn",
"start:demo": "yarn build:dev && cd demo && yarn start",
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push"
},
"repository": {
Expand Down

0 comments on commit 9ae1ed2

Please sign in to comment.