1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update gen publish script for 3.x

This commit is contained in:
Nick O'Leary 2022-05-03 14:29:25 +01:00
parent f04d954882
commit 3841039728
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -4,7 +4,7 @@ const path = require("path");
const fs = require("fs-extra");
const should = require("should");
const LATEST = "2";
const LATEST = "3";
function generateScript() {
return new Promise((resolve, reject) => {