Skip to content

Commit

Permalink
Revert "馃挌 Skip unit test while debugging travis"
Browse files Browse the repository at this point in the history
This reverts commit b3cdd88.
  • Loading branch information
tjoskar committed Jan 1, 2018
1 parent f2ab02e commit 2024a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"prepare": "npm run build",
"test": "exit 0",
"test": "karma start karma.local.js",
"test:ci": "karma start karma.ci.js",
"start": "webpack-dev-server --progress --profile --colors --watch",
"build": "copyfiles -u 1 dist/package.json .backup && rimraf dist && tsc && ngc src && copyfiles LICENSE README.md dist && copyfiles -u 1 .backup/package.json dist && rimraf dist/example dist/test .backup",
Expand Down

0 comments on commit 2024a39

Please sign in to comment.