From 680a7c3268652a47a250652d2b0e5fc200160ab4 Mon Sep 17 00:00:00 2001 From: Ayobami Date: Mon, 7 Jul 2025 14:34:56 +0100 Subject: [PATCH] feat: add build script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bec1059..bbe0440 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "license": "MIT", - "engines":{ + "engines": { "node": "18.x" }, "scripts": { @@ -14,7 +14,8 @@ "prepare-husky": "husky install", "storybook": "start-storybook -p 6006", "test": "npx cypress open", - "commit": "git add . && git commit -m \"Update Host\" && git push" + "commit": "git add . && git commit -m \"Update Host\" && git push", + "build": "webpack --config config/webpack.base.js --mode production" }, "husky": { "hooks": {