From 9c524938852bbc37c3695f2de6960889abd28167 Mon Sep 17 00:00:00 2001 From: StuckInLimbo Date: Mon, 17 Oct 2022 11:09:13 -0400 Subject: [PATCH] Renamed workspace --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62ada26..81cc25b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "isBundleMod": true, "scripts": { "setup:environment": "npm i", - "build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./mod.code-workspace\" \"./**/*.*\" ./dist", + "build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./ClearVision.code-workspace\" \"./**/*.*\" ./dist", "zip:files": "cd dist/ && bestzip ../mod.zip *", "build:zip": "npm run clean:environment && npm run build:unzipped && npm run zip:files", "clean:environment": "node -e \"require('fs').rm('mod.zip', ()=>{})\" && node -e \"require('fs').rmdir('./dist/',{recursive:true},()=>{})\""