mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix typo
This commit is contained in:
parent
b2b03af1ec
commit
d91b234db1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build:workspaces": "yarn workspace @excalidraw/utils run build:esm && yarn workspace @excalidraw/excalidraw run build:esm",
|
||||
"dev": "yarn build:workspaces && next dev -p 3005",
|
||||
"build": "yarn build:workspace && next build",
|
||||
"build": "yarn build:workspaces && next build",
|
||||
"start": "next start -p 3006",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue