fix: corrects CodeSandbox setup script

This commit is contained in:
Mark Mankarious
2023-10-04 23:18:46 +01:00
parent fd705e438d
commit 8548b00071

View File

@@ -25,7 +25,7 @@
},
"docs":{
"name":"Docs",
"command":"npm run start:docs",
"command":"npm run docs:build && npm run docs:start",
"runAtStart": true,
"preview": {
"port": 3002,