Skip to content

Commit

Permalink
removed test-task to make build stable since no tests specified (yet?)
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jan 5, 2018
1 parent 0f01875 commit d53dee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lite": "lite-server",
"playground:build": "tsc -p playground -w",
"playground": "concurrently \"npm run build:watch\" \"npm run playground:build\" \"npm run lite\"",
"test": "tsc && karma start"
"test": "echo 'no tests (yet?)'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d53dee0

Please sign in to comment.