Browse Source

Removes "preview" flag from pre-releases

This is because the marketplace doesn't know about pre-releases and our versioning model makes the latest pre-release always the latest version (which is what shows on the marketplace)
main
Eric Amodio 1 year ago
parent
commit
c2793dfdd9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      scripts/applyPreReleasePatch.js

+ 0
- 1
scripts/applyPreReleasePatch.js View File

@ -18,7 +18,6 @@ packageJSON = JSON.stringify(
version: `${String(date.getFullYear())}.${date.getMonth() + 1}.${date.getDate()}${String(
date.getHours(),
).padStart(2, '0')}`,
preview: true,
},
undefined,
'\t',

Loading…
Cancel
Save