mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Build and deploy via yarn deploy
This commit is contained in:
parent
f1143fb236
commit
b36110ef03
3 changed files with 8 additions and 48 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "react",
|
||||
"homepage": "https://www.excalidraw.com",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
|
@ -25,7 +26,7 @@
|
|||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject",
|
||||
"deploy": "gh-pages -d docs"
|
||||
"deploy": "react-scripts build && gh-pages -d build"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue