Ver código fonte

fix package.json 脚本

liutian 2 anos atrás
pai
commit
c79747c920
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -4,7 +4,8 @@
   "private": true,
   "scripts": {
     "dev": "cross-env BASE_URL=http://81.68.234.235:8999/17pdf-backend-core NODE_ENV=development nuxt",
-    "build": "cross-env BASE_URL=http://139.196.160.101:8082/17pdf-backend-core NODE_ENV=production nuxt build",
+    "preparing": "cross-env BASE_URL=http://81.68.234.235:8999/17pdf-backend-core NODE_ENV=production nuxt build",
+    "build": "cross-env BASE_URL=https://backend.17pdf.com/17pdf-backend-core NODE_ENV=production nuxt build",
     "start": "cross-env BASE_URL=http://139.196.160.101:8082/17pdf-backend-core NODE_ENV=production nuxt start",
     "generate": "nuxt generate",
     "lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",