Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanogermano authored Jan 23, 2025
1 parent f9f60c5 commit f2ca0fe
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 @@ -16,7 +16,7 @@
"start:prod": "npm run build && node server.js",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)' --watchAll=false",
"test:ci": "CI=true run-p types lint prettier:check 'test -- --coverage' --silent",
"test:ci": "CI=true run-p types lint prettier:check 'test -- --coverage'",
"test:coverage": "CI=true npm test -- --env=jsdom --coverage --colors",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
Expand Down

0 comments on commit f2ca0fe

Please sign in to comment.