Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d761f5

Browse files
committed
chore: update the release script to so docs generation doesn't fail
1 parent f866689 commit 3d761f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
# This is the automated release script
33

4+
# make sure all our dependencies are installed so we can publish docs
5+
npm install
6+
47
# bump the version
58
echo "npm version $1"
69
npm version $1

0 commit comments

Comments
 (0)