Skip to content

feat(): ga can be disabled with local storage key ga_debug_mode #33

feat(): ga can be disabled with local storage key ga_debug_mode

feat(): ga can be disabled with local storage key ga_debug_mode #33

Workflow file for this run

name: Continous
on: [push]
jobs:
BuildAndTest:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Clean install dependencies
run: npm ci
- name: Build
run: npm run build