Commit 6de0cf40 authored by 前端-许佳敏's avatar 前端-许佳敏

dev: add gulp script

parent 66c48f6d
{ {
"name": "god-template", "name": "god-template",
"scripts": { "scripts": {
"scripts:build": "node scripts/index",
"start:analyze": "ANALYZE=1 umi dev", "start:analyze": "ANALYZE=1 umi dev",
"start": "umi dev", "start": "umi dev",
"build": "umi build", "build": "umi build",
...@@ -32,5 +33,8 @@ ...@@ -32,5 +33,8 @@
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"umi": "^3.2.0", "umi": "^3.2.0",
"yorkie": "^2.0.0" "yorkie": "^2.0.0"
},
"devDependencies": {
"gulp": "^4.0.2"
} }
} }
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