Skip to content

Commit

Permalink
Remove test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuLpz4 committed Sep 22, 2024
1 parent 952e3de commit b0b6481
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 @@ -32,7 +32,7 @@
},
"scripts": {
"build": "tsc",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run test",
"ci": "npm run build && npm run check-format && npm run check-exports",
"format": "prettier --write .",
"check-format": "prettier --check .",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
Expand Down

0 comments on commit b0b6481

Please sign in to comment.