Skip to content

Commit

Permalink
Update demo start script (#3143)
Browse files Browse the repository at this point in the history
Starting with [Demo](https://app.unleash-hosted.com/demo/) backend
should work with `cd frontend && yarn && yarn start:demo`
  • Loading branch information
Tymek committed Feb 17, 2023
1 parent 0b1d4fb commit eac5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -16,7 +16,7 @@
"start:sandbox": "UNLEASH_API=https://sandbox.getunleash.io/ospro yarn run start",
"start:demo2": "UNLEASH_API=https://sandbox.getunleash.io/ UNLEASH_BASE_PATH=/demo2/ yarn run start",
"start:enterprise": "UNLEASH_API=https://unleash.herokuapp.com VITE_TEST_REDIRECT=true yarn run start",
"start:demo": "UNLEASH_BASE_PATH=/demo/ yarn start",
"start:demo": "UNLEASH_BASE_PATH=/demo/ UNLEASH_API=https://app.unleash-hosted.com/ yarn run start",
"test": "tsc && vitest run",
"test:snapshot": "yarn test -u",
"test:watch": "vitest watch",
Expand Down

0 comments on commit eac5fca

Please sign in to comment.