任一存 2 years ago
parent
commit
f85c1e6d0f
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .env.prod
  2. 1 0
      .env.test

+ 1 - 1
.env.prod

@@ -1,3 +1,3 @@
-CLI_MODE=test
+CLI_MODE=prod
 NODE_ENV=production
 PUBLIC_PATH=./

+ 1 - 0
.env.test

@@ -1,2 +1,3 @@
+CLI_MODE=test
 NODE_ENV=production
 PUBLIC_PATH=./