This commit is contained in:
Brian Cristante 2021-06-24 11:31:14 -04:00
commit 3b4d183399
2 changed files with 3 additions and 3 deletions

View file

@ -30,8 +30,8 @@ jobs:
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Install dependencies
run: npm ci
- name: Compile
run: npm run build