Skip to content

Instantly share code, notes, and snippets.

@moritzjacobs
Last active March 3, 2020 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moritzjacobs/f62d8cb3415953811bac73a935d7c648 to your computer and use it in GitHub Desktop.
Save moritzjacobs/f62d8cb3415953811bac73a935d7c648 to your computer and use it in GitHub Desktop.
⧙։⧘ [warning] Use of unix double ampersand (&&) in script 'test' is not allowed, consider using npm-run-all/run-s (no-unix-double-ampersand)
⧙։⧘ [✔️] Fixed 2 issues!
// results in …
{
"name": "my-cool-project",
"version": "1.0.0",
"scripts": {
"build": "webpack",
"dev": "npm run start",
"other:eslint": "eslint src",
"start": "webpack-dev-server",
"test": "npm run build && npm run eslint"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment