You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Command "npm run build ..."
In some project I have scripts in package.json
The text was updated successfully, but these errors were encountered: