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 5cd57f1 commit 0b790f3Copy full SHA for 0b790f3
package.json
@@ -15,7 +15,7 @@
15
"lint": "github-lint",
16
"prebuild": "npm run clean && npm run lint && mkdir dist",
17
"build": "tsc --outDir dist/umd/ --module umd && tsc",
18
- "test": "echo",
+ "test": "echo 'There are no tests here'",
19
"pretest": "npm run build",
20
"prepublishOnly": "npm run build",
21
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
0 commit comments