Run release build on CI
This commit is contained in:
parent
bbd789ab23
commit
df916136c1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- node_modules
|
- node_modules
|
||||||
- run:
|
- run:
|
||||||
name: Build site
|
name: Build site
|
||||||
command: ./scripts/build.sh
|
command: ./scripts/release.sh
|
||||||
- run:
|
- run:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: ./scripts/test.sh
|
command: ./scripts/test.sh
|
||||||
|
|
Loading…
Reference in a new issue