Skip to content

Commit 181a1d0

Browse files
committed
Prevent cache in dev process
It seems somewhat unreliable for the moment, maybe try to activate it in the future if neccesary to speed up the development process.
1 parent 99ec32a commit 181a1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Official mojs website for tutorials and documentation",
55
"private": true,
66
"scripts": {
7-
"start": "vuepress dev docs",
7+
"start": "vuepress dev docs --no-cache",
88
"build": "vuepress build docs"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)