Skip to content

Commit

Permalink
Apparently --force might skip cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Sep 28, 2024
1 parent 21feb89 commit d2153c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default Task("install", async () => {
await Task.cli({ cwd: "src" }, "PATH:npm", "install", "api.fluff4.me@latest")
} else {
Log.info(`Installing ${ansi.lightCyan("chiri@latest")}...`)
await Task.cli({ cwd: "src" }, "PATH:npm", "install", "github:fluff4me/chiri#package")
await Task.cli({ cwd: "src" }, "PATH:npm", "install", "github:fluff4me/chiri#package", "--force")
}
})

0 comments on commit d2153c7

Please sign in to comment.