Skip to content

Commit

Permalink
feat(preprocessor): implementation of eva meta and styles processors (#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
32penkin authored and malashkevich committed Jan 15, 2019
1 parent 9a165ea commit fb28040
Show file tree
Hide file tree
Showing 59 changed files with 6,060 additions and 5,742 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ node_modules/
npm-debug.log

# dist
dist
dist
6 changes: 6 additions & 0 deletions .huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"hooks": {
"pre-commit": "npm run generate:rk-kit && git add ./rk-kit/generated.ts",
"pre-push": "npm run lint"
}
}
Loading

0 comments on commit fb28040

Please sign in to comment.