Skip to content

Commit

Permalink
Ignore @endo/skel in root test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored and kriskowal committed Jan 11, 2024
1 parent 5e3979e commit f25c1ea
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 @@ -35,7 +35,7 @@
"format": "yarn prettier --write .github packages",
"lint": "yarn prettier --check .github packages && lerna run lint",
"lint-fix": "lerna run --no-bail lint-fix",
"test": "lerna run test",
"test": "lerna run --ignore @endo/skel test",
"test262": "lerna run test262",
"postinstall": "patch-package",
"patch-package": "patch-package",
Expand Down

0 comments on commit f25c1ea

Please sign in to comment.