From 1e79ae1e745211660fde31bb87d71f1104e1acdf Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Mon, 9 Jun 2025 22:11:46 -0400 Subject: [PATCH] fix tailwind dir --- .radicle/native.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.radicle/native.yaml b/.radicle/native.yaml index 1cc4bdb..21bc418 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -1,5 +1,5 @@ shell: | npm ci bundle install - TAILWINDCSS_INSTALL_DIR=/site/node_modules/.bin bundle exec ruby build.rb + TAILWINDCSS_INSTALL_DIR=node_modules/.bin bundle exec ruby build.rb cp -r _build/* /srv/farthergate.com/