mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Fix package.json
This commit is contained in:
parent
f5c923ab01
commit
d920b34af1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom --passWithNoTests",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"deploy": "react-scripts build && gh-pages -d build"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Add table
Reference in a new issue