소스 검색

[feat] Add cypress command

Sergio Mattei 2 년 전
부모
커밋
46b3710a27
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      package.json

+ 2
- 1
package.json 파일 보기

@@ -52,7 +52,8 @@
52 52
     "build": "react-scripts build",
53 53
     "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
54 54
     "eject": "react-scripts eject",
55
-    "prepare": "husky install"
55
+    "prepare": "husky install",
56
+    "cypress": "cypress open"
56 57
   },
57 58
   "eslintConfig": {
58 59
     "extends": [