This commit is contained in:
Josh Johnson 2019-11-14 09:23:49 +00:00
parent 2e96bf8cd0
commit 2e66e422ac

View file

@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 10 node-version: 10
# run all tests - name: Build and run all tests
- run: | run: |
npm ci npm ci
npm run build npm run build
npx bundlesize npx bundlesize