Skip to content

Commit

Permalink
Add true as test script
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Jan 16, 2021
1 parent ed67c54 commit aa56cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"prepare": "yarn clean && yarn build",
"lint": "eslint . --ext .ts,.js",
"link": "coc-dev link",
"unlink": "coc-dev unlink"
"unlink": "coc-dev unlink",
"test": "true"
},
"activationEvents": [
"onLanguage:Dockerfile",
Expand Down

0 comments on commit aa56cf6

Please sign in to comment.