Skip to content

Commit

Permalink
Merge pull request #470 from DefangLabs/eric-npm-use-latest-always
Browse files Browse the repository at this point in the history
Update to cli.js to always get latest defang CLI if not present
  • Loading branch information
nullfunc authored Jun 18, 2024
2 parents d0ba7f1 + 8bd18b3 commit f46d500
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 254 deletions.
129 changes: 56 additions & 73 deletions pkgs/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pkgs/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
"url": "https://github.com/DefangLabs/defang/issues"
},
"scripts": {
"build": "tsc",
"postinstall": "node ./bin/installer.js"
"build": "tsc"
},
"dependencies": {
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.14",
"axios": "^1.6.8",
"https": "^1.0.0",
"os": "^0.1.2",
Expand Down
Loading

0 comments on commit f46d500

Please sign in to comment.