mirror of https://github.com/halo-dev/halo
chore: disable modern build (halo-dev/console#454)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
c25bb0a3cf
commit
bb0a457dfd
|
@ -15,7 +15,7 @@
|
|||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"build": "vue-cli-service build --no-module",
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:unit": "vue-cli-service test:unit"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue