We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c43f96 commit a69f916Copy full SHA for a69f916
package.json
@@ -5,7 +5,7 @@
5
"description": "A browser version of ESLint",
6
"main": "index.js",
7
"scripts": {
8
- "test": "node test && npm run lint || echo 'Errored'",
+ "test": "npm run lint",
9
"install-all": "npm -v && npm i && lerna exec --concurrency 1 -- npm i",
10
"build-eslint": "rimraf eslint && npm run clone-eslint && npm run webpackify-eslint && cd eslint && npm install --production",
11
"clone-eslint": "git clone https://github.com/eslint/eslint.git eslint",
0 commit comments