`dev` alias for frontend `develop` (#1083)

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
This commit is contained in:
brotsky 2023-12-30 05:43:10 -08:00 committed by GitHub
parent 7a55734bb5
commit f39c3a7355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",