theowenyoung / lerna-console-bug-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lerna test

A console.error('test') bug with lerna

How to reproduce

npm run build

You will only see:

test console.error start
test console.error end

expect:

test console.error start
test print error, but this will not be printed
test console.error end

About


Languages

Language:JavaScript 100.0%