Update netlify.toml

This commit is contained in:
Jonas Kruckenberg
2023-09-10 14:02:13 +02:00
parent 64f3d3fc10
commit a40ec95b2d

View File

@@ -2,10 +2,10 @@
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = 'dist'
command = """
command = """
cd editor
npx pnpm install --store=node_modules/.pnpm-store
cd ..
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
./trunk build
"""
"""