Explorar el Código

:recycle: adding a fake test command in frontend

tags/0.0.1
J hace 4 años
padre
commit
85a15c0ef7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      frontend/package.json

+ 2
- 1
frontend/package.json Ver fichero

@@ -6,7 +6,8 @@
6 6
         "build": "vite build",
7 7
         "serve": "vite preview",
8 8
         "lint": "eslint --ext .js,.vue --fix src",
9
-        "format": "prettier .  --write"
9
+        "format": "prettier .  --write",
10
+        "test": "echo 'no tests at this time...'"
10 11
     },
11 12
     "dependencies": {
12 13
         "pubnub": "^5.0.0",

Loading…
Cancelar
Guardar