@enplug/scripts
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -134,5 +134,9 @@ #! /usr/bin/env node | ||
function syncDist(bucket, prefix) { | ||
if (prefix.startsWith('/')) { | ||
prefix = prefix.substr(1); | ||
} | ||
let uploadOptions = { | ||
localDir: 'dist/', | ||
deleteRemoved: false, // keep older versions | ||
@@ -139,0 +143,0 @@ s3Params: { |
{ | ||
"name": "@enplug/scripts", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Enplug scripts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
10204
288