|
|
|
|
27
|
"start:no-mock": "cross-env MOCK=none UMI_ENV=dev max dev",
|
27
|
"start:no-mock": "cross-env MOCK=none UMI_ENV=dev max dev",
|
28
|
"start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev",
|
28
|
"start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev",
|
29
|
"start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev max dev",
|
29
|
"start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev max dev",
|
|
|
30
|
+ "test": "max test",
|
|
|
31
|
+ "test:component": "max test ./src/components",
|
30
|
"test:e2e": "node ./tests/run-tests.js",
|
32
|
"test:e2e": "node ./tests/run-tests.js",
|
31
|
"tsc": "tsc --noEmit"
|
33
|
"tsc": "tsc --noEmit"
|
32
|
},
|
34
|
},
|