mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-23 03:36:39 +08:00
add test env build script
This commit is contained in:
parent
7241e2e7ad
commit
b7120b400a
2
web/.env.test
Normal file
2
web/.env.test
Normal file
@ -0,0 +1,2 @@
|
||||
VUE_APP_API_HOST=https://chat-plus.net
|
||||
VUE_APP_WS_HOST=wss://chat-plus.net
|
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test": "vue-cli-service build --mode test ",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user