We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be37ee commit 3670daeCopy full SHA for 3670dae
1 file changed
package.json
@@ -20,7 +20,7 @@
20
},
21
"scripts": {
22
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
23
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "echo \"Error: no test specified\" && exit 0",
24
"prepublishOnly": "rm -rf ./dist && ./node_modules/typescript/bin/tsc"
25
26
"repository": {
0 commit comments