chore(Makefile): reintroduce .npmrc target
This commit is contained in:
parent
608cff73cf
commit
cb38adb312
6
Makefile
6
Makefile
@ -79,11 +79,11 @@ frontend-%: node_modules
|
||||
--frontend-test-watch: WATCH=--single-run false
|
||||
--frontend-test-watch: --frontend-test
|
||||
|
||||
node_modules: package.json
|
||||
node_modules: .npmrc package.json
|
||||
npm ci --cache .npm --prefer-offline
|
||||
|
||||
#.npmrc:
|
||||
# command gup .npmrc
|
||||
.npmrc:
|
||||
command gup .npmrc
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user