This commit is contained in:
Jonas Kruckenberg
2023-03-09 21:05:41 +01:00
parent 6f14c6c355
commit e6bda95637
2 changed files with 5 additions and 2 deletions

View File

@@ -2,8 +2,7 @@
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = 'dist'
command = """
rustup toolchain install stable
command = """
cd editor
npx pnpm install --store=node_modules/.pnpm-store
pnpm tsup index.ts --target esnext --platform browser --format esm --minify

View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
targets = [ "wasm32-unknown-unknown"]
profile = "minimal"