unbork unbork unbork unbork bonk

This commit is contained in:
Quacksire 2022-02-07 19:35:44 -08:00 committed by GitHub
parent 104006c0ec
commit 13ce294181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ var package = JSON.parse(data);
pvers = package.version.match(/\d+\./g) pvers = package.version.match(/\d+\./g)
// https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables // https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables
package.version = ${pvers[0]}${pvers[1]}${process.env['CIRCLE_BUILD_NUM']} package.version = `${pvers[0]}${pvers[1]}${process.env['CIRCLE_BUILD_NUM']}`
fs.writeFile('package.json', JSON.stringify(package), err => { fs.writeFile('package.json', JSON.stringify(package), err => {