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": [],