4
2
mirror of https://github.com/getbible/app.git synced 2024-05-28 16:40:48 +00:00

renamed serve and build scripts

This commit is contained in:
Erastus Amunwe 2020-11-02 09:39:28 +02:00
parent 9130825843
commit 3fe9f3d53a

View File

@ -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"
},