chore(Makefile): add .well-known target as dependency for well-known to catch any webpack errors
This commit is contained in:
parent
533ed53fad
commit
675b0711dc
7
Makefile
7
Makefile
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user