diff options
author | silverwind <me@silverwind.io> | 2020-01-25 12:44:36 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-25 12:44:36 +0100 |
commit | 8ca07305fb0583e6121c9d56edb05cbf7dd9d7b5 (patch) | |
tree | 264cee95ed60a1af27e77f706ee26237fb4c0575 /main.go | |
parent | Sanitize credentials in mirror form (#9975) (diff) | |
download | forgejo-8ca07305fb0583e6121c9d56edb05cbf7dd9d7b5.tar.xz forgejo-8ca07305fb0583e6121c9d56edb05cbf7dd9d7b5.zip |
make node_modules a order-only prerequisite (#9923)
* make node_modules a order-only prerequisite
Package installations and our fomantic step results in changes inside
node_modules which lead to make triggering that target unnecessarily.
Moved all node_modules prerequisites to order-only which will make skip
the timestamp check on in and eliminate useless npm calls.
Changes in package-lock.json will still result in reinstallation so
node_modules should stay consistent.
* revert change to clean-all
Diffstat (limited to 'main.go')
0 files changed, 0 insertions, 0 deletions