Skip to content

Commit 7304362

Browse files
fix(test): added forgotten successful empty runs
1 parent 6c237cf commit 7304362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "npm run lint:es",
99
"lint:es": "eslint --fix .",
1010
"prepare": "husky",
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 0"
1212
},
1313
"license": "MIT",
1414
"workspaces": [

packages/operators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": "true",
77
"main": "index.js",
88
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"test": "echo \"Error: no test specified\" && exit 0"
1010
},
1111
"author": "",
1212
"license": "MIT"

0 commit comments

Comments
 (0)