Browse Source

Update package.json

pull/5482/head
偏右 7 years ago
committed by GitHub
parent
commit
6dbecb1503
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -32,7 +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",
"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