diff --git a/.inscode b/.inscode index b217924f71a252b8f32c1b48bf8cc24b8bac76a2..2e1612599c69435e9b15b39163014d7ef0ca033d 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,5 @@ -run = "npm i && npm run dev" +run = "npm i -f && npm run dev" [deployment] -build = "npm i && npm run build" +build = "npm i -f && npm run build" run = "npm run preview" diff --git a/package.json b/package.json index 6970c8d5fb890ca26768530ec7208f5c50609f94..8db0e2dc1b1a041733e766339bcf436a5e7579e0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@microsoft/fetch-event-source": "^2.0.1", "axios": "^1.4.0", "guess": "^1.0.2", - "view-ui-plus": "^1.3.9", + "view-ui-plus": "^1.3.12", "vue": "^3.2.37" }, "devDependencies": {