mirror of
https://github.com/getbible/app.git
synced 2024-11-16 01:57:14 +00:00
renamed serve and build scripts
This commit is contained in:
parent
9130825843
commit
3fe9f3d53a
@ -6,8 +6,8 @@
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint --fix",
|
||||
"electron:build": "vue-cli-service electron:build",
|
||||
"electron:serve": "vue-cli-service electron:serve",
|
||||
"getbible:build": "vue-cli-service electron:build",
|
||||
"getbible:serve": "vue-cli-service electron:serve",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"postuninstall": "electron-builder install-app-deps"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user