Ver código fonte

[feat] Add cypress command

Sergio Mattei 1 ano atrás
pai
commit
46b3710a27
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      package.json

+ 2
- 1
package.json Ver arquivo

@@ -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": [