From 6a54eb374f8b760b4369a742e0861d371dcd7f2c Mon Sep 17 00:00:00 2001 From: Daniel Stirba Date: Sat, 18 Feb 2023 13:59:22 +1100 Subject: [PATCH] Cleaning up --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b8462c7..a21e5fd 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ data.json .DS_Store fantasy-content-generator.zip fantasy-content-generator -fantasy-content-generator/styles.css \ No newline at end of file +fantasy-content-generator/styles.css +builds diff --git a/package.json b/package.json index 7cd8bcd..6e8427d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && copy manifest.json fantasy-content-generator && copy styles.css fantasy-content-generator && zip-build fantasy-content-generator fantasy-content-generator", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && copy manifest.json fantasy-content-generator && copy styles.css fantasy-content-generator && zip-build fantasy-content-generator builds", "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [],