Skip to content

Commit

Permalink
fix(package): execute every tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 29, 2015
1 parent 23c7af1 commit 9873763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "match-when - Pattern matching for modern JavaScript",
"main": "match.js",
"scripts": {
"test": "mocha *.test.js",
"test-watch": "mocha -w *.test.js",
"test": "mocha {**,*/**}.test.js",
"test-watch": "mocha -w {**,*/**}.test.js",
"changelog": "github-changes --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master"
},
Expand Down

0 comments on commit 9873763

Please sign in to comment.