Skip to content

Commit

Permalink
Merge pull request #15 from bettyblocks/fix/typescript-config
Browse files Browse the repository at this point in the history
Fix/typescript config
  • Loading branch information
benjamin-rocks authored May 10, 2022
2 parents 106f069 + 4037e56 commit 2af7f39
Show file tree
Hide file tree
Showing 21 changed files with 1,246 additions and 205 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

5 changes: 3 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
npm run lint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of APIs to develop on the Betty Blocks platform

[Guides](https://github.com/bettyblocks/cli/wiki/Components:Prefabs-(Experimental))

Generate documentation locally
Generate documentation locally:

```bash
npm run build:docs
Expand Down
Loading

0 comments on commit 2af7f39

Please sign in to comment.