Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

fix: queryparams clean f nextjs + move async logic from constructor #41

fix: queryparams clean f nextjs + move async logic from constructor

fix: queryparams clean f nextjs + move async logic from constructor #41

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
- release-please*
jobs:
build-test:
name: "Build & test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
# a new release is created:
- run: yarn install --immutable --immutable-cache
# for security reasons, use --check-cache if accepting PRs from third-parties.
- run: yarn prepublish