build-front-container
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "build-front-container", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -20,3 +20,7 @@ "scripts": { | ||
"mocha": "^2.4.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alfa-bank-dev/build-front-container" | ||
} | ||
} |
# Build front container module | ||
[![Build Status](https://travis-ci.org/alfa-bank-dev/build-front-container.svg?branch=master)](https://travis-ci.org/alfa-bank-dev/build-front-container) | ||
*Warning!* build project inside container works very slow with docker-machine on Mac. | ||
@@ -5,0 +7,0 @@ |
@@ -43,3 +43,2 @@ var builder = require('../lib'); | ||
it('should check if container-name option is passed', () => { | ||
@@ -116,3 +115,3 @@ var catched = false; | ||
packDeps('../build').then(() => { | ||
var res = shell.exec('tar -ztvf ../build/public-modules.tar.gz "*package.json"'); | ||
var res = shell.exec('tar -ztvf ../build/public-modules.tar.gz'); | ||
['m1/package.json', 'm2/package.json'].forEach(file => { | ||
@@ -119,0 +118,0 @@ expect(res.stdout.indexOf(file)).toNotBe(-1); |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14207
16
53
5