Skip to content

Commit

Permalink
wip fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 23, 2024
1 parent 81ebe8e commit 2d9512b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"prepare": "lerna run dev:setup",
"dev": "lerna run dev",
"test:unit": "lerna run test:unit -u",
"test:unit:clean": "rm -rf ./path/to/__snapshots__",
"test:unit": "lerna run test:unit:clean && lerna run test:unit",
"build": "lerna run build",
"lint": "pnpm eslint --ignore-pattern 'dist/*'"
},
Expand Down

0 comments on commit 2d9512b

Please sign in to comment.