-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Improve local setup #129
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
letehaha
had a problem deploying
to
production
September 14, 2024 15:40
— with
GitHub Actions
Failure
letehaha
had a problem deploying
to
production
September 14, 2024 15:49
— with
GitHub Actions
Failure
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 14, 2024 16:00
2ab3caf
to
0fde9e1
Compare
letehaha
had a problem deploying
to
production
September 14, 2024 16:00
— with
GitHub Actions
Failure
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 14, 2024 16:03
0fde9e1
to
fbeddd1
Compare
letehaha
had a problem deploying
to
production
September 14, 2024 16:03
— with
GitHub Actions
Failure
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 14, 2024 16:07
fbeddd1
to
ce1c233
Compare
letehaha
had a problem deploying
to
production
September 14, 2024 16:07
— with
GitHub Actions
Failure
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 14, 2024 16:20
ce1c233
to
1e02afa
Compare
– use Docker for local setup – update README – update CI scripts
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 14, 2024 16:20
1e02afa
to
eeaac30
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 15:43
965a9e8
to
3239cc6
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 17:40
fc1c845
to
5e689fd
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 17:45
5e689fd
to
991e517
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 17:55
991e517
to
3768ae8
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:02
3768ae8
to
9828787
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:08
9828787
to
aaa5851
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:12
aaa5851
to
2733442
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:18
2733442
to
d050020
Compare
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:36
d050020
to
9c5327a
Compare
Additionally: – add README for e2e tests – update env variables template – cleanup npm scripts
letehaha
force-pushed
the
feat/improve-local-setup
branch
from
September 15, 2024 18:46
9c5327a
to
f3ec58a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
– use Docker for local setup
– update README
– update CI scripts
– run husky install only in non-prod envs due to similar issue typicode/husky#945