From: Eduardo San Martin Morote Date: Tue, 11 Feb 2025 14:41:18 +0000 (+0100) Subject: build: use v2 as the default npm tag X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd6a87a58b929cdb396d2613ec4aadc5f7a744ca;p=thirdparty%2Fvuejs%2Fpinia.git build: use v2 as the default npm tag --- diff --git a/scripts/release.mjs b/scripts/release.mjs index c11de9ae..2a4a33f4 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -16,7 +16,7 @@ const __dirname = dirname(__filename) const args = minimist(process.argv.slice(2)) const { skipBuild, - tag: optionTag, + tag: optionTag = 'v2', dry: isDryRun, skipCleanCheck: skipCleanGitCheck, noDepsUpdate,