Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepush #54

Merged
merged 7 commits into from
Jan 19, 2018
Merged

Prepush #54

merged 7 commits into from
Jan 19, 2018

Conversation

slipo
Copy link
Collaborator

@slipo slipo commented Jan 17, 2018

Run tests + lint before allow a push to go through.

Takes care of: #46

@slipo
Copy link
Collaborator Author

slipo commented Jan 17, 2018

screen shot 2018-01-17 at 6 51 59 pm

package.json Outdated
@@ -11,7 +11,8 @@
"lint": "eslint ./",
"lintFix": "eslint ./ --fix",
"start": "node utils/webserver.js",
"test": "jest"
"test": "jest",
"prepush": "echo 'running lint...' && yarn lint && echo 'running tests...' && yarn test"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're getting rid of yarn, this script should probably not use yarn.

@@ -45,6 +46,7 @@
"fs-extra": "^0.30.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "2.30.1",
"husky": "^0.14.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this dependency used here?

@austinhinderer
Copy link

Looks good to me, I don't have merge power though.

@slipo slipo merged commit f6efdc5 into CityOfZion:development Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants