1
Fork 0

No release script anymore

This commit is contained in:
Jake Howard 2018-05-27 10:56:23 +01:00
parent 41ac16ae7b
commit 2d5cdcb5c7
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -22,7 +22,7 @@ jobs:
- node_modules - node_modules
- run: - run:
name: Build site name: Build site
command: ./scripts/release.sh command: ./scripts/build.sh
- run: - run:
name: Run Tests name: Run Tests
command: ./scripts/test.sh command: ./scripts/test.sh