Update shower/cli

This commit is contained in:
Vadim Makeev 2020-04-17 19:49:51 +03:00
parent 49d4f0235f
commit 47a264d419
3 changed files with 1320 additions and 672 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
node_modules
prepared
archive.zip
presentation.zip
presentation.pdf

1984
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"@shower/ribbon": "^3.3.0"
},
"devDependencies": {
"@shower/cli": "^0.2.9",
"@shower/cli": "^0.3.0",
"path-exists-cli": "^1.0.0"
},
"scripts": {
@ -41,6 +41,6 @@
"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}'",
"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"
}
}