Skip to content

Commit

Permalink
Added verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Apr 18, 2023
1 parent f26ec3d commit ea58d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdmg/imgix-upload",
"version": "0.0.13",
"version": "0.0.14",
"description": "Command-line tool to upload images to the FDMG IMGIX S3 Bucket",
"main": "dist/app.js",
"preferGlobal": true,
Expand All @@ -19,8 +19,8 @@
"dogfood": "dotenv fiu -- -v -s -i ./images",
"dogfood2": "dotenv fiu -- -v -s -i ./public/images",
"help": "node -r dotenv/config dist/app.js --help",
"start": "node -r dotenv/config dist/app.js -e development -o ./imageMap.json -i ./images -s",
"start2": "node -r dotenv/config dist/app.js -e acceptance -o ./imageMap.json -i ./public/images -s",
"start": "node -r dotenv/config dist/app.js -e development -o ./imageMap.json -i ./images -s -v",
"start2": "node -r dotenv/config dist/app.js -e acceptance -o ./imageMap.json -i ./public/images -s -v",
"release:fdmg": "node modifyPackageJson.js -s @fdmg",
"release:fdmediagroep": "node modifyPackageJson.js -s @fdmediagroep",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit ea58d5d

Please sign in to comment.