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