Add commands for building UI
This commit is contained in:
parent
880667b80e
commit
55f968ae35
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@
|
|||
"@types/react-dom": "^18.2.7",
|
||||
"parcel": "^2.9.3",
|
||||
"process": "^0.11.10"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "parcel src/index.html",
|
||||
"build": "parcel build --public-url ./ src/index.html"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue