Skip to content

Commit

Permalink
componente carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
damian committed Oct 18, 2023
1 parent 0a6ab96 commit 2f8d99c
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 @@ -15,7 +15,7 @@
"lint": "eslint .",
"prepare": "husky install",
"validate:code": "npm run lint -- --fix && tsc --noEmit && npm t",
"test:commit": "jest --colors --bail --findRelatedTests --forceExit",
"test:commit": "jest --colors --bail --findRelatedTests",
"test:coverage": "tsc --noEmit && jest --collectCoverage",
"build": "rm -rf dist && tsc",
"storybook": "react-native-storybook-server",
Expand Down

0 comments on commit 2f8d99c

Please sign in to comment.