logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Configuration

       <!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

Description

       This runs a predefined command specified in the &quot;test&quot; property of
       a package's &quot;scripts&quot; object.

Example

         {
           "scripts": {
             "test": "node test.js"
           }
         }
         npm test
         > npm@x.x.x test
         > node test.js

         (test.js output would be here)

Name

npm-test

See Also

        • npm run-script

        • npm scripts

        • npm start

        • npm restart

        • npm stop

9.2.0                                               May 2024                                         NPM-TEST(1)

Synopsis

       <!-- AUTOGENERATED USAGE DESCRIPTIONS -->

See Also