Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f866689 commit 3d761f5Copy full SHA for 3d761f5
release.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
# This is the automated release script
3
4
+# make sure all our dependencies are installed so we can publish docs
5
+npm install
6
+
7
# bump the version
8
echo "npm version $1"
9
npm version $1
0 commit comments