Skip to content

Commit

Permalink
Merge pull request #3089 from iFeelSmart/chore/add_yarn_test_rule2
Browse files Browse the repository at this point in the history
chore: fix previous commit
  • Loading branch information
freeboub authored Apr 5, 2023
2 parents 7f739dc + d940495 commit 07bc771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 07bc771

Please sign in to comment.