Commit d241402b authored by 期贀's avatar 期贀

add lambda build

parent 4ce47317
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"lint:style": "stylelint --fix 'src/**/*.less' --syntax less", "lint:style": "stylelint --fix 'src/**/*.less' --syntax less",
"lint:ts": "tslint -p . -c tslint.yml", "lint:ts": "tslint -p . -c tslint.yml",
"prettier": " check-prettier write", "prettier": " check-prettier write",
"site": "npm run fetch:blocks && umi build", "site": "npm run fetch:blocks && npm run functions:build && umi build",
"start": "umi dev", "start": "umi dev",
"start:no-mock": "cross-env MOCK=none umi dev", "start:no-mock": "cross-env MOCK=none umi dev",
"test": "umi test", "test": "umi test",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment