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 12be3cc commit 5f98fdfCopy full SHA for 5f98fdf
package.json
@@ -28,7 +28,7 @@
28
"clean": "rm -rf lib",
29
"build": "tsc",
30
"pretest": "npm run clean && npm run build",
31
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "echo \"Error: no test specified\"",
32
"preversion": "npm run clean && npm run build"
33
}
34
0 commit comments