Skip to content

Commit

Permalink
chore: remove wasmpack from dependencies for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marino Rottier committed Aug 22, 2024
1 parent e38dd47 commit 39a6b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Vite + React + WebAssembly</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 39a6b52

Please sign in to comment.