acacode / acacode/flamebird

Wrong transpiled commands 'npm run'

Open
#60 1 comment 0 reactions 0 assignees View on GitHub
bug good first issue invalid
Dominant language
JavaScript
Stars
21
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.