You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,20 +102,22 @@ yarn publish
102
102
103
103
According to the template files in the templates directory, new files will be generated and override the files with same name in current component directory. The default override files is defined in update-files.js. This option often used to upgrade the configuration of old components using the latest version of vue-sfc-cli:
104
104
105
+
**This option can also help any node.js project to set up configuration of AUTO npm publishment via travis ci**
106
+
105
107
```
106
108
# cd my-component
107
109
npx vue-sfc-cli -u
108
110
```
109
111
110
-
`—-files`
112
+
`--files`
111
113
112
114
If you want to update additional files, you can pass this option, multiple files use `,` to separate
0 commit comments