diff --git a/.inscode b/.inscode index d476ceef20f17b07a13ef48ca95eaf8c94eb9148..957b6a5259ad0a1dccce7a617fd96e5511ca9843 100644 --- a/.inscode +++ b/.inscode @@ -1,8 +1,8 @@ -run = "npm run preview" +run = "npm i && npm run dev" [deployment] build = "npm i && npm run build" -run = "npm run preview" +run = "cd dist; python3 -m http.server" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"