Skip to content

Commit

Permalink
chore: Fix libs tests
Browse files Browse the repository at this point in the history
Ignore cozy-viewer tests temporarily
  • Loading branch information
Merkur39 committed Dec 23, 2024
1 parent aa9a1d8 commit 7d59be4
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 @@
"scripts": {
"lint": "eslint --ext js,jsx,ts,tsx .",
"lint:md": "remark . -o",
"test": "lerna run --concurrency 1 --ignore cozy-procedures test",
"test": "lerna run --concurrency 1 --ignore cozy-procedures --ignore cozy-viewer test",
"build": "DISABLE_V8_COMPILE_CACHE=1 lerna run --scope cozy-device-helper build && lerna run --scope cozy-minilog build && lerna run --ignore cozy-device-helper --ignore cozy-minilog build",
"check-constraints": "node scripts/check-packages-constraints.js"
},
Expand Down

0 comments on commit 7d59be4

Please sign in to comment.