Skip to content

Commit

Permalink
chore: drop test run script from pckages with no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 13, 2023
1 parent 08b973d commit 38891d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build:js:prod": "vite build --mode production",
"ae:build": "api-extractor run --local",
"ae:test": "api-extractor run",
"test": "vitest"
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form-fields-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build:js:prod": "vite build --mode production",
"ae:build": "api-extractor run --local",
"ae:test": "api-extractor run",
"test": "vitest"
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-leaflet-fields-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build:js:prod": "vite build --mode production",
"ae:build": "api-extractor run --local",
"ae:test": "api-extractor run",
"test": "vitest"
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 38891d9

Please sign in to comment.