diff --git a/playground/netlify.toml b/playground/netlify.toml index b06c05b..f6115c0 100644 --- a/playground/netlify.toml +++ b/playground/netlify.toml @@ -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 - """ \ No newline at end of file + """