Skip to content

feat: automatically handle push click events and increase compatibility with 3rd party push modules #757

feat: automatically handle push click events and increase compatibility with 3rd party push modules

feat: automatically handle push click events and increase compatibility with 3rd party push modules #757

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test-deploy:
name: Test able to deploy to npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci
- name: Compile
run: npm run build
- name: Publish test
run: npm publish --dry-run