Last active
March 3, 2020 12:46
-
-
Save moritzjacobs/f62d8cb3415953811bac73a935d7c648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⧙։⧘ [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