Browse Source

yarn lint

pull/3/merge
Gianni GIUDICE 6 years ago
parent
commit
b7849a1055
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -3,9 +3,6 @@ jobs:
build:
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- restore_cache:

Loading…
Cancel
Save