Browse Source

chore: disable modern build (#454)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/461/head
Ryan Wang 3 years ago committed by GitHub
parent
commit
e2bf2756f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -15,7 +15,7 @@
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build --no-module",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit" "test:unit": "vue-cli-service test:unit"
}, },

Loading…
Cancel
Save