flamebird icon indicating copy to clipboard operation
flamebird copied to clipboard

Wrong transpiled commands 'npm run'

Open js2me opened this issue 6 years ago • 1 comments

Command "npm run build ..." In some project I have scripts in package.json

{
...
"build": "webpack",
...
"test": "npm run build && mocha "test/unit/**/*.js" --compilers js:babel-core/register"
}

Flamebird transpile command "npm run build" to "node_modules\.bin\webpack.cmd build" and it is not valid

One of cases to solve it - it is to disable transpiling scripts feature 

js2me avatar Jan 23 '19 10:01 js2me

Fixed in : https://github.com/acacode/flamebird/pull/63

js2me avatar Aug 29 '19 19:08 js2me