diff --git a/package.json b/package.json index 83791d7..0e5869c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "build:preview": "astro build && node ./server.mjs", "publish:patch": "npm version patch && npm publish --access public", "publish:minor": "npm version minor && npm publish --access public", - "deploy:client": "astro build && scp -r dist/client/ ayo@ayco.io:~/cozy/dist/" + "deploy:client": "astro build && scp -r dist/client/ ayo@ayco.io:~/cozy/dist/", + "test": "vitest" }, "devDependencies": { "@astrojs/check": "^0.9.4",