Browse Source

allow dev start without no UMI_UI

pull/5482/head
sunxinle 7 years ago
committed by 偏右
parent
commit
0ad1fb3109
  1. 1
      package.json

1
package.json

@ -32,6 +32,7 @@
"site": "npm run fetch:blocks && npm run build && npm run functions:build",
"start": "umi dev",
"start:no-mock": "cross-env MOCK=none umi dev",
"start:no-ui": "cross-env UMI_UI=none umi dev",
"test": "umi test",
"test:all": "node ./tests/run-tests.js",
"test:component": "umi test ./src/components"

Loading…
Cancel
Save