Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
intent-kacper-cyranowski committed Jun 17, 2024
1 parent 8278b95 commit a106f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copyExampleProjectFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const jsSourceDestinationDirectory = path.join(__dirname, TEST_PROJECT_DIR_NAME,
const copyExampleProjectJsFiles = () => {
console.info('Copying src from example to test_project')
fs.cpSync(jsSourceDirectory, jsSourceDestinationDirectory, { recursive: true })
fs.readFile('test_project/yarn.lock')
fs.readFile('test_project/yarn.lock', (err, data) => {})

Check warning on line 23 in scripts/copyExampleProjectFiles.js

View workflow job for this annotation

GitHub Actions / lint

Expected error to be handled
}

const androidManifestDestinationPath = path.join(
Expand Down

0 comments on commit a106f86

Please sign in to comment.