Disable jest tests in builder for now

This commit is contained in:
Andrew Kingston 2022-01-27 13:26:39 +00:00
parent 847b3b5dbc
commit a2c46cd752
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
"scripts": {
"build": "routify -b && vite build --emptyOutDir",
"start": "routify -c rollup",
"test": "jest",
"test:watch": "jest --watchAll",
"dev:builder": "routify -c dev:vite",
"dev:vite": "vite --host 0.0.0.0",
"rollup": "rollup -c -w",