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
|
.PHONY: build
|
||||||
build: frontend-build backend-build
|
build: frontend-build backend-build
|
||||||
|
|
||||||
|
#.PHONY: start
|
||||||
|
#start: frontend-build
|
||||||
|
# $(MAKE) --jobs=2 frontend-watch backend-start
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: frontend-lint backend-lint
|
lint: frontend-lint backend-lint
|
||||||
|
|
||||||
@ -22,6 +26,10 @@ backend-%: .develop.env .stack-work.lock # --stack-work-$*
|
|||||||
--backend-build: .develop.env
|
--backend-build: .develop.env
|
||||||
stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:dev --flag uniworx:-library-only
|
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
|
.PHONY: --backend-lint
|
||||||
--backend-lint: .develop.env
|
--backend-lint: .develop.env
|
||||||
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
|
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: WATCH=--single-run false
|
||||||
--frontend-test-watch: --frontend-test
|
--frontend-test-watch: --frontend-test
|
||||||
|
|
||||||
node_modules: .npmrc package.json
|
node_modules: package.json
|
||||||
npm ci --cache .npm --prefer-offline
|
npm ci --cache .npm --prefer-offline
|
||||||
|
|
||||||
.npmrc:
|
#.npmrc:
|
||||||
command gup .npmrc
|
# command gup .npmrc
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user