Skip to content

Commit a6c84b8

Browse files
authored
fix: correct react native session replay build step (#399)
## Summary No build artifacts were created previously. ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
1 parent 8cbd73f commit a6c84b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e/react-three-vite/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import reactHooks from 'eslint-plugin-react-hooks'
55
import reactRefresh from 'eslint-plugin-react-refresh'
66

77
export default [
8-
{ ignores: ['dist'] },
8+
{ ignores: ['dist', '**/*.timestamp-*'] },
99
{
1010
files: ['**/*.{js,jsx}'],
1111
languageOptions: {

sdk/@launchdarkly/react-native-ld-session-replay/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
],
3434
"scripts": {
3535
"example": "yarn workspace session-replay-react-native-example",
36+
"build": "bob build",
3637
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37-
"prepare": "bob build",
38+
"prepack": "bob build",
3839
"typecheck": "tsc",
3940
"lint": "echo 'Linting temporarily disabled - TODO: fix ESLint config'",
4041
"test": "jest",

0 commit comments

Comments
 (0)