Page MenuHomeSoftware Heritage

package.json: Remove use of nodemon file watchers
ClosedPublic

Authored by anlambert on Mar 28 2022, 4:39 PM.

Details

Summary

The use of nodemon is no longer needed as source files are
already watched by django and webpack development servers
automatically reloading backend and frontend parts of the
web application.

Diff Detail

Repository
rDWAPPS Web applications
Branch
remove-nodemon-use
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 27865
Build 43630: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 43629: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D7443 (id=26949)

Rebasing onto ea683ca5ff...

Current branch diff-target is up to date.
Changes applied before test
commit 117c98447a2982ae92159b3ce1e3d927c645e890
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Mar 28 16:16:36 2022 +0200

    package.json: Remove use of nodemon file watchers
    
    The use of nodemon is no longer needed as source files are
    already watched by django and webpack development servers
    automatically reloading backend and frontend parts of the
    web application.

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1601/ for more details.

ardumont added a subscriber: ardumont.

one less deps \o/

This revision is now accepted and ready to land.Mar 28 2022, 4:58 PM