Skip to content

Commit

Permalink
change sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim67 committed Oct 31, 2024
1 parent 70baccc commit ee915d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/genezio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ frontend:
subdomain: indigo-bloody-parrotfish
publish: ../client/build
scripts:
local: npm install
local:
- npm install
- npm install @genezio-sdk/${{projectName}}@1.0.0-${{stage}}
deploy:
- npm install
- npm install @genezio-sdk/${{projectName}}@1.0.0-${{stage}}
- npm run build

0 comments on commit ee915d4

Please sign in to comment.