Skip to content

Commit

Permalink
paused the tests because sharp breaks (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie authored Oct 25, 2023
1 parent 8b4cd65 commit 5b5cefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"dochtml": "rm -rf docs/*; typedoc; cp -r images docs/",
"doc": "npm run docmd; npm run dochtml",
"prepare": "npm run format; npm run lint; npm run test; npm run build",
"test": "vitest test --run",
"test:dev": "vitest test --watch"
"test:prod": "vitest test --run",
"test:dev": "vitest test --watch",
"test": ""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5b5cefb

Please sign in to comment.