@@ -10,10 +10,6 @@ npm install --registry=https://registry.npm.taobao.org
# Serve at http://127.0.0.1
npm run dev
-# Build for development
-
-npm run dev-build
# Build for production
-npm run prod-build
+npm run build
```