Skip to content

Remove z-index of overlay #52

Remove z-index of overlay

Remove z-index of overlay #52

Workflow file for this run

name: "Build"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Cache Dependencies
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- uses: actions/upload-artifact@v1
with:
name: restriction-card.js
path: dist/restriction-card.js