Browse Source

run.sh删除build

yangc 8 years ago
parent
commit
a833a1db15
1 changed files with 0 additions and 2 deletions
  1. 0 2
      run.sh

+ 0 - 2
run.sh

@@ -4,9 +4,7 @@ echo "NODE_ENV: $NODE_ENV"
 echo "BASE_URL: $BASE_URL"
 
 if [ "$NODE_ENV" == 'production' ]; then
-  npm run build
   npm run start
 else
-  npm run dev-build
   npm run dev-start
 fi