Skip to content

Commit

Permalink
Fix build to not clean on each build.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Dec 2, 2023
1 parent 53e176a commit b3cb4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target(name: "clean", description: "cleans the project") {
astroExecute(["rm", "-rf", "node_modules", "dist"])
}

target(name: "install", description: "installs npm dependencies", dependsOn: ["clean"]) {
target(name: "install", description: "installs npm dependencies") {
astroExecute(["npm", "install"])
}

Expand Down

0 comments on commit b3cb4ac

Please sign in to comment.