1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Disable jest tests in builder for now

This commit is contained in:
Andrew Kingston 2022-01-27 13:26:39 +00:00
parent 6af3e1ef7c
commit 62860c3e9b

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",