Move release script off of gulp

This commit is contained in:
Alex Dima 2021-11-16 20:04:55 +01:00
parent 68d7a125ad
commit cf27b4665e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
5 changed files with 521 additions and 597 deletions

6
.vscode/launch.json vendored
View file

@ -15,10 +15,10 @@
{
"type": "pwa-node",
"request": "launch",
"name": "gulp release",
"name": "release",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
"args": ["release"],
"program": "${workspaceFolder}/build/release.js",
"args": [],
"cwd": "${workspaceFolder}"
},
{