Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Eliijahh
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Eliijahh

    @Eliijahh

    2
    Posts
    620
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Eliijahh Follow

    Posts made by Eliijahh

    • RE:

      @jbyoshi said:

      npx grunt

      No luck, unfortunately!

      In general, is there any way to automate grunt, so that every time something happens (code gets pushed, or commit) grunt runs and also pushes the code to Screeps?

      posted in Help
      Eliijahh
    • I'm trying to run the console command "grunt" in my GitHub repository folder every time a new commit is created using GitHub Desktop (this is to link the GitHub repository's code to my Screeps account).

      I've created a new file in .git/hooks "post-commit" which has the following code:

      #!/bin/sh
      exec node -e "require('grunt').cli();"
      

      How can I run Grunt automatically with every commit?

      posted in Help
      Eliijahh