test serve
Showing
... | ... | @@ -26,7 +26,7 @@ |
"lint:style": "stylelint --fix 'src/**/*.less' --syntax less", | ||
"lint:ts": "tslint -p . -c tslint.yml", | ||
"prettier": " check-prettier write", | ||
"site": "umi build && npm run functions:build", | ||
"site": "node ./script/fetch-block.js && umi build && npm run functions:build", | ||
"start": "umi dev", | ||
"start:no-mock": "cross-env MOCK=none umi dev", | ||
"test": "umi test", | ||
... | ... | @@ -61,11 +61,13 @@ |
"bizcharts-plugin-slider": "^2.1.1-beta.1", | ||
"classnames": "^2.2.6", | ||
"dva": "^2.4.0", | ||
"gg-editor": "^2.0.4", | ||
"hash.js": "^1.1.7", | ||
"lodash": "^4.17.10", | ||
"lodash-decorators": "^6.0.0", | ||
"memoize-one": "^5.0.0", | ||
"moment": "^2.22.2", | ||
"node-fetch": "^2.6.0", | ||
"numeral": "^2.0.6", | ||
"nzh": "^1.0.4", | ||
"omit.js": "^1.0.0", | ||
... | ... | @@ -151,4 +153,4 @@ |
"config/**/*.js*", | ||
"scripts/**/*.js" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment