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 committed Jan 11, 2024
1 parent 256aacd commit ea4897a
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 ea4897a

Please sign in to comment.