aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-01-25 12:44:36 +0100
committerzeripath <art27@cantab.net>2020-01-25 11:44:36 +0000
commit8ca07305fb0583e6121c9d56edb05cbf7dd9d7b5 (patch)
tree264cee95ed60a1af27e77f706ee26237fb4c0575 /main.go
parenta67c06ce90fb3bea97987501377e4dc5f24d2151 (diff)
downloadgitea-8ca07305fb0583e6121c9d56edb05cbf7dd9d7b5.tar.gz
gitea-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