Skip to content

Commit

Permalink
fix: broken CI because of eslint and update tooling to prevent this i…
Browse files Browse the repository at this point in the history
…n the future
  • Loading branch information
adrianjost committed Feb 7, 2021
1 parent 3debf97 commit e6ef3ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run build && git add dist/*"
"pre-commit": "npm run lint && npm run build && git add dist/*"
}
}
}
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ const init = (repoFullname) => {
};

return {
getRepoBranch,
getRepoSlug,
copyFile,
getFiles,
getRepoBranch,
getRepoFilePath,
getRepoPath,
getRepoRelativeFilePath,
getRepoSlug,
removeFiles,
};
};
Expand Down

0 comments on commit e6ef3ef

Please sign in to comment.