Skip to content

Commit

Permalink
[zsh]: Add build alias to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Aug 21, 2022
1 parent 795a6bb commit a8e6742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ alias sth="stack haddock"
alias n="npm"
alias nr="npx npm-run-all"
alias nd="npm run dev"
alias nb="npm run build"
alias nl="npm run lint"
alias nt="npm run test"

Expand Down

0 comments on commit a8e6742

Please sign in to comment.