Переглянути джерело

:recycle: adding a fake test command in frontend

tags/0.0.1
J 4 роки тому
джерело
коміт
85a15c0ef7
1 змінених файлів з 2 додано та 1 видалено
  1. 2
    1
      frontend/package.json

+ 2
- 1
frontend/package.json Переглянути файл

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

Завантаження…
Відмінити
Зберегти