fix yarn start

This commit is contained in:
Patryk Osmaczko 2023-05-05 17:48:13 +02:00 committed by osmaczko
parent a47ff64a11
commit e6e28dbf6d

View File

@ -8,7 +8,7 @@
]
},
"scripts": {
"start": "yarn --cwd ./packages/DApp start",
"start": "yarn --cwd ./packages/DApp dev",
"lint": "wsrun -c -s lint",
"lint:fix": "wsrun -c -s lint:fix",
"build": "wsrun -e -c -s build",