Skip to content

Commit f2fec01

Browse files
committed
update make file
1 parent 079851e commit f2fec01

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

vite-js/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Vite.js
22

3-
Vite.js speeds up the development process with its
4-
[Hot Module Replacement][] feature. Because of this
5-
feature, we used to research, we learned, we use it.
3+
Vite.js speeds up the development process with its [Hot Module Replacement][]
4+
feature. Because of this feature, we used to research, we learned, we use it.
65

76
## Hot Module Replacement
87

vite-js/configure-in-nuxt/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.PHONY: build run
22

33
build:
4-
@ cd .theme; npm run build
4+
@ \
5+
cd .theme ; \
6+
npm run build ; \
7+
cd ..
58
run:
6-
@ cd .theme; npm run dev
9+
@ \
10+
cd .theme ; \
11+
npm run dev ; \
12+
cd ..

0 commit comments

Comments
 (0)