aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 572e6bdca..1c23c228c 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -1,5 +1,12 @@
1#!/bin/bash 1#!/bin/bash
2 2
3if [ -z "$1" ]; then
4 echo "Need version as argument"
5 exti -1
6fi
7
8npm version $1
9
3npm run build 10npm run build
4npm test 11npm test
5 12