Skip to content

Commit

Permalink
dont initialize git and skip initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jan 9, 2025
1 parent fb74f83 commit 3ab7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_remix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: cd ./packages/react && npm pack

- name: Configuring Remix.run
run: npx create-remix@latest ./${{env.TEST_FOLDER}} --yes --debug
run: npx create-remix@latest ./${{env.TEST_FOLDER}} --yes --debug --no-git-init

- name: Retrieving package version
id: package-version
Expand Down

0 comments on commit 3ab7cc5

Please sign in to comment.