diff --git a/.inscode b/.inscode index 52d3185d73fb9caa92229cb2fc41c3f837b367d7..70c7853df0c162981ebd7cf119d909c807920531 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"