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:
parent
ad0c998819
commit
0393f832f4
|
@ -18,6 +18,6 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
# cache: npm
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- run: npm demo
|
||||
env:
|
||||
YARN_GPG: no
|
||||
|
|
Loading…
Reference in New Issue