Skip to content

Commit a0fc87a

Browse files
cexbrayathaoqunjiang
authored andcommitted
fix: remove the nonexistent test command from generated README (#4525)
Closes #4478 (cherry picked from commit 267aa67)
1 parent 02859cf commit a0fc87a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@vue/cli/lib/util/generateReadme.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const descriptions = {
22
build: 'Compiles and minifies for production',
33
serve: 'Compiles and hot-reloads for development',
44
lint: 'Lints and fixes files',
5-
test: 'Run your tests',
65
'test:e2e': 'Run your end-to-end tests',
76
'test:unit': 'Run your unit tests'
87
}

0 commit comments

Comments
 (0)