Skip to content

Commit

Permalink
Merge pull request #142 from Shopify/fd-cli-commands
Browse files Browse the repository at this point in the history
H2 CLI commands
  • Loading branch information
frandiox committed Nov 8, 2022
2 parents a6eb449 + 45a8f15 commit 5044d7a
Show file tree
Hide file tree
Showing 12 changed files with 2,252 additions and 1,920 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
oxygen_deployment_token: ${{ secrets.OXYGEN_DEPLOYMENT_TOKEN_28966968 }}
oxygen_worker_dir: build/worker
oxygen_client_dir: build/client
build_command: 'HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL npm run build:prod'
build_command: 'HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL npm run build'
# Hardcode message and timestamp if manual dispatch
commit_message: ${{ github.event.head_commit.message || 'Manual deployment' }}
commit_timestamp: ${{ github.event.head_commit.timestamp || github.event.repository.updated_at }}
Expand Down
2 changes: 0 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
} from '@hydrogen/remix';
import {
Links,
LiveReload,
Meta,
Outlet,
Scripts,
Expand Down Expand Up @@ -85,7 +84,6 @@ export default function App() {
<Debugger />
<ScrollRestoration />
<Scripts />
<LiveReload />
</body>
</html>
);
Expand Down
14 changes: 0 additions & 14 deletions mini-oxygen.config.json

This file was deleted.

Loading

0 comments on commit 5044d7a

Please sign in to comment.