Skip to content

Commit 5acff9e

Browse files
committed
test stub
1 parent a234dde commit 5acff9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"scripts": {
2626
"clean": "rm -rfv package*/ nodenv-jetbrains-npm-*.tgz",
2727
"start": "bin/npm-cli.js",
28+
"test": "echo NEEDS TESTS",
29+
"posttest": "npm run lint",
30+
"lint": "echo NEEDS LINT",
2831
"postversion": "git push --follow-tags"
2932
},
3033
"keywords": [

0 commit comments

Comments
 (0)