Create check-dist.yml (#227)

* Create check-dist.yml

* steps.if still needs ${{ }} when the expr has operators

* single quotes?

* npm install

* mess with index.js

* add if failure()

* Copy the correct version back in from the artifact

* Update .github/workflows/check-dist.yml

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>

* formatting & language

* npm ci

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
Brian Cristante
2021-06-24 11:38:43 -04:00
committed by GitHub
parent 27121b0bdf
commit 8d06e6c094
2 changed files with 52 additions and 2 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