Skip to content

Commit feb6a18

Browse files
committed
added build script (bash)
1 parent aa0d6cc commit feb6a18

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This script assumes you have already updated the definitions folder
2+
3+
git add .
4+
git commit -m "Update definitions"
5+
npm run docs
6+
git add .
7+
git commit -m "Update hashes"

0 commit comments

Comments
 (0)