From e60dfa2a68098771b40b5a96129fd64ce8d64668 Mon Sep 17 00:00:00 2001 From: Vio Date: Wed, 11 Oct 2023 18:28:17 +0200 Subject: [PATCH] build: add-files script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 08c2287de..26b6e1fcf 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "homepage": "https://relative-ci.com/documentation/setup", "scripts": { + "add-files": "npm install && npm run build && rm -fr node_modules && npm install --omit=dev && git add -f node_modules dist", "lint": "eslint .", "build": "webpack --mode production" },