Skip to content

Commit

Permalink
Don't let npm version try use git
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 6, 2024
1 parent a9b65cd commit a11849e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(println "Current version:" current-version)
(println "HEAD Commit ID:" commit-id)
(println "Packaging pre-release...")
(util/shell dry "npm" "version" version)
(util/shell dry "npm" "version" "--no-git-tag-version" version)
(util/shell dry "npx" "vsce" "package" "--pre-release")
(util/shell dry "npm" "version" "--no-git-tag-version" current-version)))

Expand Down

0 comments on commit a11849e

Please sign in to comment.