Skip to content

Commit c485bf2

Browse files
committed
fix build instructions in readme
1 parent 5be1bd2 commit c485bf2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
This is the code repository for the Brewblox documentation website. These docs are built with vuepress and written in markdown.
66

7-
## Local changes
8-
9-
VuePress has a [persistent bug that breaks HMR](https://github.com/vuejs/vuepress/issues/2254).
10-
11-
A temporary fix is to manually edit `node_modules/@vuepress/core/lib/node/createTemp.js`,
12-
and comment `fs.emptyDirSync(tempPath)`.
13-
147
## Editing
158

169
Recommended tools:
@@ -30,7 +23,7 @@ You might want to add these lines to your user Settings:
3023
In the root of this repo, run:
3124

3225
```
33-
npm install
26+
npm ci -d
3427
```
3528

3629
To build the docs with hot reloading:

0 commit comments

Comments
 (0)