Skip to content

Commit

Permalink
chore: remove submodule init from build command (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored Apr 18, 2024
1 parent 41fb2b3 commit e5573fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "dist/"
command = "pnpm i --frozen-lockfile && npm i -g wasm-pack && pnpm init:biome && pnpm build:wasm-dev && pnpm build:js"
command = "pnpm i --frozen-lockfile && npm i -g wasm-pack && pnpm build:wasm-dev && pnpm build:js"

[[headers]]
for = "/assets/*"
Expand Down

0 comments on commit e5573fc

Please sign in to comment.