Skip to content

Commit

Permalink
Returned run unit tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jan 10, 2025
1 parent e917306 commit 2d3ca1a
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
@@ -1,7 +1,7 @@
{
"scripts": {
"lint": "eslint ./functionalTests --quiet && eslint ./tests --quiet && eslint ./visualRegressionTests --quiet && eslint ./accessibilityTests --quiet",
"pre-push-check": "npm run lint",
"pre-push-check": "npm run lint && npm run test --prefix packages/survey-core",
"prepare": "husky install"
},
"version": "1.12.17",
Expand Down

0 comments on commit 2d3ca1a

Please sign in to comment.