Skip to content

build(next-drupal): prevent duplicate software build on npm publish #762

build(next-drupal): prevent duplicate software build on npm publish

build(next-drupal): prevent duplicate software build on npm publish #762

name: next-drupal-query
on:
push:
pull_request:
types: [opened, synchronize, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run tests
run: yarn test packages/next-drupal-query