Browse Source

修改描述

yingp 7 years ago
parent
commit
d4b7ee9a97
1 changed files with 1 additions and 5 deletions
  1. 1 5
      frontend/saas-portal-web/README.md

+ 1 - 5
frontend/saas-portal-web/README.md

@@ -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
 ```