Skip to content

Commit 0b790f3

Browse files
committed
actually echo a message when running tests
1 parent 5cd57f1 commit 0b790f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "github-lint",
1616
"prebuild": "npm run clean && npm run lint && mkdir dist",
1717
"build": "tsc --outDir dist/umd/ --module umd && tsc",
18-
"test": "echo",
18+
"test": "echo 'There are no tests here'",
1919
"pretest": "npm run build",
2020
"prepublishOnly": "npm run build",
2121
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"

0 commit comments

Comments
 (0)