Skip to content

Commit a69f916

Browse files
committed
fix: Test script
1 parent 8c43f96 commit a69f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A browser version of ESLint",
66
"main": "index.js",
77
"scripts": {
8-
"test": "node test && npm run lint || echo 'Errored'",
8+
"test": "npm run lint",
99
"install-all": "npm -v && npm i && lerna exec --concurrency 1 -- npm i",
1010
"build-eslint": "rimraf eslint && npm run clone-eslint && npm run webpackify-eslint && cd eslint && npm install --production",
1111
"clone-eslint": "git clone https://github.com/eslint/eslint.git eslint",

0 commit comments

Comments
 (0)