Skip to content

Commit

Permalink
Merge branch 'master' into #1872-add-right-click-menu-for-bonds
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Dec 19, 2022
2 parents 800a98c + 0174be4 commit fc9e9a0
Show file tree
Hide file tree
Showing 71 changed files with 5,992 additions and 459 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn precommit
yarn run precommit
6 changes: 3 additions & 3 deletions .husky/pre-push
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn prepush
yarn run prepush
270 changes: 165 additions & 105 deletions documentation/help.md

Large diffs are not rendered by default.

Loading

0 comments on commit fc9e9a0

Please sign in to comment.