Skip to content

Commit 10390e1

Browse files
authored
chore: fix dev script (#317)
1 parent 28c9f1f commit 10390e1

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
@@ -3,7 +3,7 @@
33
"private": true,
44
"packageManager": "[email protected]",
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "pnpm --filter @graphprotocol/docs dev",
77
"build": "pnpm -r build",
88
"start": "pnpm --filter @graphprotocol/docs start",
99
"export": "pnpm --filter @graphprotocol/docs export",

0 commit comments

Comments
 (0)