Skip to content

Commit

Permalink
Merge 4741a88 into 190480c
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Feb 28, 2019
2 parents 190480c + 4741a88 commit 12505d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "tsc --project tsconfig.json && npm i -g --loglevel=error",
"build-fresh": "npm cache clean --force && npm i && npm run build",
"watch": "tsc --project tsconfig.json --watch",
"publish": "npm publish --access public",
"lint": "tslint --project tslint.json && echo 'No lint errors. All good!'",
"test": "nyc --cache false mocha --timeout 100000 -- 'tests/**/*.js'",
Expand Down

0 comments on commit 12505d6

Please sign in to comment.