Compare commits

...

2 Commits

Author SHA1 Message Date
308d969540 2.3.60 2017-05-15 15:22:01 +02:00
5065587275 update 2017-05-15 15:21:56 +02:00
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "npmci",
"version": "2.3.59",
"version": "2.3.60",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@@ -7,6 +7,7 @@ import { bashBare } from './npmci.bash'
* builds a cwd of Dockerfiles by triggering a promisechain
*/
export let build = async () => {
plugins.beautylog.log('Now building Dockerfiles:')
await readDockerfiles()
.then(sortDockerfiles)
.then(mapDockerfiles)