@pie-framework/build-helper
Advanced tools
Comparing version 1.3.8 to 1.4.0
@@ -90,4 +90,5 @@ "use strict"; | ||
babel() { | ||
console.log('>> babel override for babel 7'); | ||
this.runCmds([ | ||
`${this.p.lerna} exec -- ${this.p.babel} --ignore '/__test__/','/__tests__/' src -d lib --copy-files --source-maps --config-file ${resolve(this.projectRoot, '.babelrc')}` | ||
`${this.p.lerna} exec -- ${this.p.babel} --ignore '**/__test__/**','**/__tests__/**' src -d lib --copy-files --source-maps --root-mode upward` | ||
]); | ||
@@ -94,0 +95,0 @@ } |
{ | ||
"name": "@pie-framework/build-helper", | ||
"version": "1.3.8", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133789
260