From 2a70e68241edd89c9fdb021caf01fb61b39a5b52 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 5 Apr 2020 20:30:43 -0500 Subject: [PATCH] Add `yarn build` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 76309d6f7..eea49816b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "npx webpack-dev-server --config webpack/development.js", + "build": "npx webpack --config webpack/development.js", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "AGPL-3.0-or-later",