Bläddra i källkod

[feat] Add cypress command

Sergio Mattei 1 år sedan
förälder
incheckning
46b3710a27
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      package.json

+ 2
- 1
package.json Visa fil

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