Skip to content

Commit

Permalink
and small tweaks again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Nov 23, 2016
1 parent 3878ad3 commit f7c15fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"lint": "tslint src/**/*.ts",
"compile": "tsc",
"test": "mocha out/**/*.spec.js",
"build": "npm run clean && npm run lint && npm run compile && npm run test",
"build": "npm run clean && npm run lint && npm run compile && npm test",
"watch": "npm run clean && npm run lint && npm run compile -- --watch"
}
}

0 comments on commit f7c15fc

Please sign in to comment.