Skip to content

Commit

Permalink
fix: remove the nonexistent test command from generated README (#4525)
Browse files Browse the repository at this point in the history
Closes #4478

(cherry picked from commit 267aa67)
  • Loading branch information
cexbrayat authored and sodatea committed Oct 10, 2019
1 parent 02859cf commit a0fc87a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli/lib/util/generateReadme.js
Expand Up @@ -2,7 +2,6 @@ const descriptions = {
build: 'Compiles and minifies for production',
serve: 'Compiles and hot-reloads for development',
lint: 'Lints and fixes files',
test: 'Run your tests',
'test:e2e': 'Run your end-to-end tests',
'test:unit': 'Run your unit tests'
}
Expand Down

0 comments on commit a0fc87a

Please sign in to comment.