Ver Fonte

chore(scripts): use prerelease style alpha version num

Andelf há 2 anos atrás
pai
commit
390a7f6bb9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/get-pkg-version.js

+ 1 - 1
scripts/get-pkg-version.js

@@ -21,7 +21,7 @@ if (match) {
 if (process.argv[2] === 'nightly' || process.argv[2] === '') {
   const today = new Date()
   console.log(
-    ver + '-nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
+    ver + '-alpha+nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
   )
 } else {
   console.log(ver)