don't deploy docker-graphql
This commit is contained in:
parent
5a233e0746
commit
d2354ff66b
@ -8,10 +8,6 @@ NYC := $(bindir)/nyc
|
|||||||
install:
|
install:
|
||||||
yarn install --prefer-offline
|
yarn install --prefer-offline
|
||||||
|
|
||||||
.PHONY: install-production
|
|
||||||
install-production:
|
|
||||||
yarn install --production --pure-lockfile --prefer-offline
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -rf node_modules
|
@rm -rf node_modules
|
||||||
@ -32,14 +28,6 @@ test-ci:
|
|||||||
start:
|
start:
|
||||||
yarn run start
|
yarn run start
|
||||||
|
|
||||||
.PHONY: build
|
|
||||||
build:
|
|
||||||
docker build -t quay.io/yldio/joyent-dashboard-$(NAME):$(CIRCLE_BRANCH) .
|
|
||||||
|
|
||||||
.PHONY: push
|
|
||||||
push:
|
|
||||||
docker push quay.io/yldio/joyent-dashboard-$(NAME)
|
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
$(bindir)/eslint .
|
$(bindir)/eslint .
|
||||||
|
Loading…
Reference in New Issue
Block a user