From 7256456463b83f3fda4aa71326ce0e8cfde1159b Mon Sep 17 00:00:00 2001 From: Maxx Crawford Date: Thu, 20 Oct 2022 09:47:51 -0500 Subject: [PATCH] Add missing build script to package.json and ignore root build directory --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ff6bfab..ebe52b1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ README.html addon.env src/web-ext-artifacts/* +web-ext-artifacts # JetBrains IDE files .idea diff --git a/package.json b/package.json index e1dfee0..3b6541e 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "url": "git+https://github.com/mozilla/multi-account-containers.git" }, "scripts": { + "build": "web-ext build -s src/", "dev": "npm run remove-locales-github && web-ext run -s src/", "lint": "npm-run-all lint:*", "lint:addon": "./bin/addons-linter.sh",