Commit 47a264d4 authored by Vadim Makeev's avatar Vadim Makeev

Update shower/cli

parent 49d4f023
node_modules node_modules
prepared prepared
archive.zip presentation.zip
presentation.pdf presentation.pdf
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"@shower/ribbon": "^3.3.0" "@shower/ribbon": "^3.3.0"
}, },
"devDependencies": { "devDependencies": {
"@shower/cli": "^0.2.9", "@shower/cli": "^0.3.0",
"path-exists-cli": "^1.0.0" "path-exists-cli": "^1.0.0"
}, },
"scripts": { "scripts": {
...@@ -41,6 +41,6 @@ ...@@ -41,6 +41,6 @@
"prepare": "shower prepare --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", "prepare": "shower prepare --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
"archive": "shower archive --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", "archive": "shower archive --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
"publish": "shower publish --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", "publish": "shower publish --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip" "test": "npm run prepare && ls prepared && npm run archive && path-exists presentation.zip"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment