We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542521a commit ec2de2cCopy full SHA for ec2de2c
bin/install-sketchviz.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
pushd ./deps/sketchviz
3
npm pack
4
-npm i -g sketchviz-0.0.1.tgz
5
-rm sketchviz-0.0.1.tgz
+npm i -g sketchviz*.tgz
+rm sketchviz*.tgz
6
popd
0 commit comments