Skip to content

Dependabot PR's dont run postinstall script #218

@simondotm

Description

@simondotm

Dependabot auto versions update is cool, but it doesn't run postinstall script, which generates the package versions manifest for the plugin to use.

Will need to add another action to do this:

on:
  push:
    branches:
      - dependabot/npm_and_yarn/**
  pull_request:
    branches:
      - dependabot/npm_and_yarn/**

... do `pnpm install` and `commit` here

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions