Skip to content

Commit

Permalink
Update install_dep_ql
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterGu authored Oct 23, 2021
1 parent ca42035 commit 87a08b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_dep_ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ docker exec -it qinglong bash -c "npm install -g typescript"
docker exec -it qinglong bash -c "npm install axios date-fns"
docker exec -it qinglong bash -c "npm install crypto -g"
docker exec -it qinglong bash -c "npm install jsdom"
docker exec -it qinglong /bin/bash -c "cd scripts && npm -i install tslib"
docker exec -it qinglong /bin/bash -c "cd scripts && npm -i install yargs"
docker exec -it qinglong /bin/bash -c "cd scripts && npm -i install js-yaml"
docker exec -it qinglong bash -c "cd scripts && npm install tslib"
Expand Down

0 comments on commit 87a08b1

Please sign in to comment.