From a5450115ca2125ccc7f11302462f13e4869ea67e Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Mon, 22 May 2023 11:25:38 +0000 Subject: [PATCH] Auto Commit --- .inscode | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.inscode b/.inscode index 52d3185..70c7853 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,9 @@ run = "npm i && npm run dev" +[deployment] +build = "npm i && npm run build" +run = "npm run preview" + [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" -- GitLab