chore: remove build for jsdelivr env (#455)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/454/head^2
Ryan Wang 2022-02-22 16:16:52 +08:00 committed by GitHub
parent 120a2a201f
commit 7c91a08f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.15/dist/
VUE_APP_API_URL=/

View File

@ -16,7 +16,6 @@
"prepare": "husky install",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:jsdelivr": "vue-cli-service build --mode jsdelivr",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},