Skip to content

Commit

Permalink
ci: add dummy test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Jan 7, 2018
1 parent ab91b57 commit e3c69bb
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 @@ -10,7 +10,8 @@
],
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc -d"
"build": "rimraf dist && tsc -d",
"test": "echo No tests..."
},
"dependencies": {
"cross-spawn": "5.1.0",
Expand Down

0 comments on commit e3c69bb

Please sign in to comment.