Skip to content

Commit

Permalink
feat: install Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Jun 21, 2020
1 parent e3d719e commit eca563b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-node-stuff.sh
Expand Up @@ -7,3 +7,6 @@ echo "Installing global npm packages (serverless, snyk, yarn)..."
npm install -g serverless
npm install -g snyk
npm install -g yarn

echo "Installing deno..."
curl -fsSL https://deno.land/x/install/install.sh | sh

0 comments on commit eca563b

Please sign in to comment.