kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
630 stars 360 forks source link

automatically run scripts before making a commit #11015

Open hassnian opened 2 hours ago

hassnian commented 2 hours ago

after #11009

would be nice if the script automatically ran before making a commit

maybe in new pr?

  "lint-staged": {
    "*": [
      "pnpm lint:fix",
      "pnpm locales:order"
    ]
  },

Originally posted by @roiLeo in https://github.com/kodadot/nft-gallery/issues/11009#issuecomment-2360818645

roiLeo commented 2 hours ago

feel free to assign me