We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5c2a8 commit 877829eCopy full SHA for 877829e
scripts/resetdeps.sh
@@ -9,3 +9,9 @@ git checkout node_modules
9
node . i --ignore-scripts --no-audit --no-fund "$@"
10
node . rebuild --ignore-scripts
11
node . run dependencies --ignore-scripts
12
+# check for cmark-gfm bindings
13
+cmarkbinding=$(find `npm ls cmark-gfm --parseable \
14
+| head -n 1` -name binding.node)
15
+if [[ ! $cmarkbinding ]]; then
16
+ node . rebuild cmark-gfm
17
+fi
0 commit comments