Skip to content

Commit 44e74c8

Browse files
committed
Add serve scripts to package.json for local LP development
1 parent 5402bfb commit 44e74c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"dev:docs": "npm run dev --workspace apps/docs",
1212
"dev:demo": "npm run dev --workspace apps/demo",
1313
"format": "prettier . --write",
14-
"format:check": "prettier . --check"
14+
"format:check": "prettier . --check",
15+
"serve": "npx serve . -l 3000",
16+
"serve:public": "npx serve . -l tcp://0.0.0.0:3000"
1517
},
1618
"repository": {
1719
"type": "git",

0 commit comments

Comments
 (0)