Enable building to the AppFiles folder

This commit is contained in:
ZackRhodes 2022-03-31 16:27:30 -04:00
parent 808f33e30a
commit 0261b5aa9a
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ const commit = {
const json = JSON.stringify(commit);
fs.writeFileSync(path.resolve(__dirname, "../dist/commit.json"), json);
fs.writeFileSync(path.resolve(__dirname, "../../AppFiles/commit.json"), json);

View File

@ -2,7 +2,7 @@
"private": true,
"scripts": {
"serve": "node build/check-npm.js && vue-cli-service serve",
"build": "node build/pre-build.js && vue-cli-service build && node build/post-build.js",
"build": "node build/pre-build.js && vue-cli-service build --dest ../AppFiles && node build/post-build.js",
"lint": "vue-cli-service lint"
},
"dependencies": {