Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Removed redundant `-t` filter from command

See: #13604
  • Loading branch information
radoslawkrzemien committed Jun 30, 2023
1 parent 323be7c commit 23d0f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"symbolicate:android": "npx metro-symbolicate android/app/build/generated/sourcemaps/react/release/index.android.bundle.map",
"symbolicate:ios": "npx metro-symbolicate main.jsbundle.map",
"test:e2e": "node tests/e2e/testRunner.js --development",
"workflow-test": "npm test -- --config=workflow_tests/jest.config.js -t \"test workflow\"",
"workflow-test": "npm test -- --config=workflow_tests/jest.config.js",
"workflow-test:generate": "node workflow_tests/utils/preGenerateTest.js"
},
"dependencies": {
Expand Down

0 comments on commit 23d0f78

Please sign in to comment.