Deploy v2

This commit is contained in:
James Hawkins 2021-07-13 23:33:02 +01:00
parent 0b99f1c35e
commit 0c3a1a260c

View File

@ -22,8 +22,8 @@ jobs:
with:
node-version: 13.x
- name: Install NPM packages
run: npm ci
- name: Install Yarn packages
run: yarn install
- name: Build project
run: npm run build