Wrong transpiled commands 'npm run'
Đang mở
bug
good first issue
invalid
- Ngôn ngữ chính
- JavaScript
- Star
- 21
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.