Updated GH workflow to use demo

As I don't support testing yet, I've updated the github action to use "demo". Which will at least catch if I submit a build that won't build the files.
This commit is contained in:
Robert McGovern 2023-02-06 14:49:26 +00:00
parent ad0c998819
commit 0393f832f4
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ jobs:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm install
- run: npm test
- run: npm demo
env:
YARN_GPG: no