chore(Makefile): temporariyly remove .npmrc target
This commit is contained in:
parent
cfa4dc91fc
commit
79e3ff2523
14
Makefile
14
Makefile
@ -7,6 +7,10 @@ help:
|
||||
.PHONY: build
|
||||
build: frontend-build backend-build
|
||||
|
||||
#.PHONY: start
|
||||
#start: frontend-build
|
||||
# $(MAKE) --jobs=2 frontend-watch backend-start
|
||||
|
||||
.PHONY: lint
|
||||
lint: frontend-lint backend-lint
|
||||
|
||||
@ -22,6 +26,10 @@ backend-%: .develop.env .stack-work.lock # --stack-work-$*
|
||||
--backend-build: .develop.env
|
||||
stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:dev --flag uniworx:-library-only
|
||||
|
||||
#.PHONY: --backend-start
|
||||
#--backend-start: .develop.env
|
||||
# ./start.sh
|
||||
|
||||
.PHONY: --backend-lint
|
||||
--backend-lint: .develop.env
|
||||
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
|
||||
@ -71,11 +79,11 @@ frontend-%: node_modules
|
||||
--frontend-test-watch: WATCH=--single-run false
|
||||
--frontend-test-watch: --frontend-test
|
||||
|
||||
node_modules: .npmrc package.json
|
||||
node_modules: 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