Merge pull request #3089 from iFeelSmart/chore/add_yarn_test_rule2

chore: fix previous commit
This commit is contained in:
Olivier Bouillet 2023-04-05 23:22:03 +02:00 committed by GitHub
commit 07bc7715c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
"license": "MIT",
"author": "Community Contributors",
"homepage": "https://github.com/react-native-video/react-native-video#readme",
"test": "",
"repository": {
"type": "git",
"url": "git@github.com:react-native-video/react-native-video.git"
@ -25,7 +24,8 @@
},
"scripts": {
"lint": "yarn eslint .",
"xbasic": "yarn --cwd examples/basic"
"xbasic": "yarn --cwd examples/basic",
"test": "echo no test available"
},
"files": [
"android",