We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6d848 commit ea2d08fCopy full SHA for ea2d08f
.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
32
name: Build token-contracts
33
command: |
34
cd $SINGNET_REPOS
35
- git https://github.com/singnet/token-contracts.git
+ git clone https://github.com/singnet/token-contracts.git
36
cd token-contracts
37
npm install
38
npm run-script compile
0 commit comments