Skip to content

Commit fffe805

Browse files
committed
fix: remove test from readme
The generated README was mentionning: ### Run your tests ``` npm run test ``` but `npm run test` throws: Error: no test specified This removes the mention of this command from the generated README.
1 parent 662b1d3 commit fffe805

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)