Skip to content

Commit

Permalink
feat: install @commitlint/{cli,config-conventional} for commit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Oct 7, 2020
1 parent ddc72be commit 67c1053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-node-stuff.sh
Expand Up @@ -4,6 +4,8 @@ echo "Installing zsh-nvm (https://github.com/lukechilds/zsh-nvm.git)..."
git clone https://github.com/lukechilds/zsh-nvm.git ~/.zsh-nvm

echo "Installing global npm packages (serverless, snyk, yarn)..."
npm install -g @commitlint/cli
npm install -g @commitlint/config-conventional
npm install -g @vue/cli
npm install -g eslint_d
npm install -g prettier
Expand Down

0 comments on commit 67c1053

Please sign in to comment.