Skip to content

Commit

Permalink
Merge pull request #22 from ecadlabs/taquito-version-retry
Browse files Browse the repository at this point in the history
taquito-version-retry
  • Loading branch information
GImbrailo authored Jun 2, 2021
2 parents 1404dbb + 4fd1ef4 commit 36a9ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
# Added comment
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine

ADD package.json package.json
ADD package-lock.json package-lock.json

RUN npm config set @taquito:registry https://npm.preview.tezostaquito.io/
RUN npm ci

ADD tsconfig.json tsconfig.json
Expand Down

0 comments on commit 36a9ab8

Please sign in to comment.