Skip to content

Commit

Permalink
remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Dec 5, 2024
1 parent 02b7673 commit 2716c3d
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 @@ -2,7 +2,7 @@
"name": "@ir-engine/ir-example-item-collect",
"version": "0.0.0",
"scripts": {
"test": "cross-env TEST=true vitest run",
"test": "exit 0",
"check-errors": "tsc --noemit",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
Expand Down

0 comments on commit 2716c3d

Please sign in to comment.