Skip to content

Commit

Permalink
Merge pull request #12 from magicmark/fix_build
Browse files Browse the repository at this point in the history
update pre-commit, run make test
  • Loading branch information
magicmark committed Oct 28, 2017
2 parents 04e8f2a + b525512 commit 05b1757
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"comments": true,
"comments": true
}
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This automatically sources the venv when we cd into the project
# (assuming https://github.com/kennethreitz/autoenv/ is installed)

source venv/bin/activate
source venv/bin/activate
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage
dist
dist
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 4c90c9557da7c0d695d6a729bae8b1de4e496cbf
sha: v1.1.1
hooks:
- id: check-added-large-files
- id: check-json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dist: node_modules
node_modules:
npm install

coveralls: coverage node_modules
coveralls: test
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

.PHONY: jsdoc
Expand Down
2 changes: 1 addition & 1 deletion bin/wafflebot
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
var Wafflebot = require('./../dist/wafflebot.js').default;

var wafflebot = new Wafflebot();
wafflebot.start();
wafflebot.start();

0 comments on commit 05b1757

Please sign in to comment.