Skip to content

Commit

Permalink
chore: add husky to check for build changes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Jun 21, 2022
1 parent a80e36f commit edec1c9
Show file tree
Hide file tree
Showing 8 changed files with 60,993 additions and 4,012 deletions.
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

node tools/pre-commit.js
2 changes: 1 addition & 1 deletion dist/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
*/

const globalsList = [
const globalsList = [
'Number',
'String',
'Boolean',
Expand Down
Loading

0 comments on commit edec1c9

Please sign in to comment.