Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong transpiled commands 'npm run' #60

Open
js2me opened this issue Jan 23, 2019 · 1 comment
Open

Wrong transpiled commands 'npm run' #60

js2me opened this issue Jan 23, 2019 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers invalid This doesn't seem right

Comments

@js2me
Copy link
Member

js2me commented Jan 23, 2019

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 js2me added bug Something isn't working good first issue Good for newcomers invalid This doesn't seem right labels Jan 23, 2019
@js2me js2me pinned this issue Jan 23, 2019
@js2me
Copy link
Member Author

js2me commented Aug 29, 2019

Fixed in : #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant