8000 Fix budo · sin/unifiedjs.github.io@7e70376 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e70376

Browse files
committed
Fix budo
1 parent 5b156ff commit 7e70376

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
@@ -70,7 +70,7 @@
7070
"xo": "^0.18.0"
7171
},
7272
"scripts": {
73-
"start": "budo --dir .",
73+
"start": "budo --dir build",
7474
"build": "node script && remark src -qo",
7575
"lint": "xo && stylelint src/index.css && remark src -qf && rehype src -qf",
7676
"test": "npm run build && npm run lint"

0 commit comments

Comments
 (0)
0