Skip to content

issues Search Results · repo:hkdobrev/run-if-changed language:JavaScript

Filter by

14 results
 (67 ms)

14 results

inhkdobrev/run-if-changed (press backspace or delete to remove)

I have a task triggering pnpm install whenever pnpm-lock.yaml changes and it should run before other tasks that might be dependent on it.
  • thelinuxlich
  • 5
  • Opened 
    on Feb 21
  • #128

I ve added the following config to my package.json: run-if-changed : { pnpm-lock.yaml : pnpm i , prisma : pnpm migrate-all } When pnpm-lock.yaml is modified, pnpm i runs, but when a file is ...
  • thelinuxlich
  • 4
  • Opened 
    on Jan 28
  • #123

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. This repository currently has no open ...
  • renovate[bot]
  • Opened 
    on Oct 20, 2021
  • #63

This request can probably be best explained with an example. { src : npm test npm run build npm run check-readme , test : npm test npm run create-readme , } ...I don t want to re-run ...
  • brettz9
  • 1
  • Opened 
    on Aug 17, 2020
  • #42

Hi, This appears to be an extremely useful tool--should be built into npm! One feature request if I may... I d like for some file change conditions to only apply for certain hooks. For example, I have ...
  • brettz9
  • 1
  • Opened 
    on Aug 5, 2020
  • #41

Hi, The last releases has not being published to npm or ghpkg as pipelines had fails, probably because the verison in package.json is not updated. Best Regards.
bug
  • joolfe
  • 4
  • Opened 
    on Jul 17, 2020
  • #39

Just wondering why the post-commit hook is part of the suggested setup. I understand the other 3, but, yeah... 🤔 From what I can understand, the setup checks package-lock.json for changes and runs npm ...
question
  • Svish
  • 3
  • Opened 
    on Dec 5, 2019
  • #20

We can use Listr to show a nice output similar to lint-staged. demo of listr
enhancement
  • hkdobrev
  • 1
  • Opened 
    on Nov 15, 2019
  • #19

src/findBinary.js could be extracted as its own package that does just that.
help wanted
  • hkdobrev
  • Opened 
    on Nov 14, 2019
  • #18

If commands are being duplicated in a matched list of commands or a command is the same between different matches and they all match, one command which might be expected to be run once for a HEAD change, ...
enhancement
  • hkdobrev
  • Opened 
    on Nov 14, 2019
  • #15
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub