mirror of https://github.com/microsoft/autogen.git
`dev` alias for frontend `develop` (#1083)
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
This commit is contained in:
parent
7a55734bb5
commit
f39c3a7355
|
@ -9,6 +9,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"develop": "gatsby clean && gatsby develop",
|
||||
"dev": "npm run develop",
|
||||
"start": "gatsby clean && gatsby develop",
|
||||
"build": "gatsby clean && rm -rf ../autogenstudio/web/ui && PREFIX_PATH_VALUE='' gatsby build --prefix-paths && cp -r public/ ../autogenstudio/web/ui",
|
||||
"serve": "gatsby serve",
|
||||
|
|
Loading…
Reference in New Issue