chore(Makefile): add .well-known target as dependency for well-known to catch any webpack errors

This commit is contained in:
Sarah Vaupel 2024-07-29 15:16:28 +02:00
parent 533ed53fad
commit 675b0711dc

View File

@ -113,8 +113,13 @@ frontend-%: node_modules
node_modules: package.json
npm ci --cache .npm --prefer-offline
well-known: node_modules
well-known: node_modules well-known/.well-known
npx webpack --progress
# mark well-known directory as clean after successful webpack run:
touch well-known/.well-known
well-known/.well-known:
# no-op target
# TODO: remove, as no npmrc is needed anymore
# .npmrc: