소스 검색

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

Loading…
취소
저장