Merge pull request #1848 from matthewadams/master

add npm alias nt="npm test"
pull/1856/head
Noah Gorny 2021-03-13 18:55:02 +02:00 committed by GitHub
commit c8ef6c9146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ alias nud='npm update'
alias nr='npm run'
alias nls='npm list --depth=0 2>/dev/null'
alias nlsg='npm list -g --depth=0 2>/dev/null'
alias nt='npm test'
# npx
alias nx='npx'