Skip to content

Commit 3a9a007

Browse files
committed
fixed watch command
1 parent 7e5142a commit 3a9a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vuejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"build": "parcel build *.html --public-url ./",
17-
"watch": "parcel watch * --public-url ./",
17+
"watch": "parcel watch *.html --public-url ./",
1818
"link": "npm link ../../"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)