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 6c237cf commit 7304362Copy full SHA for 7304362
package.json
@@ -8,7 +8,7 @@
8
"lint": "npm run lint:es",
9
"lint:es": "eslint --fix .",
10
"prepare": "husky",
11
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 0"
12
},
13
"license": "MIT",
14
"workspaces": [
packages/operators/package.json
@@ -6,7 +6,7 @@
6
"private": "true",
7
"main": "index.js",
"scripts": {
"author": "",
"license": "MIT"
0 commit comments