Skip to content

Commit 82a1f85

Browse files
committed
Refactor script name in package.json for consistency
1 parent 599bb11 commit 82a1f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"scripts": {
7-
"site:dev": "next dev",
7+
"dev": "next dev",
88
"build": "NEXT_PRIVATE_BUILD_WORKER=1 next build",
99
"site:start": "next start",
1010
"site:lint": "next lint"

0 commit comments

Comments
 (0)