diff --git a/.radicle/native.yaml b/.radicle/native.yaml index 6d7302d..7b6e38c 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -1,4 +1,4 @@ shell: | npm ci - podman run -it -v .:/site:z quay.io/aspr/phlexite:latest + podman run -it -v .:/site:z -e 'TAILWINDCSS_INSTALL_DIR=/site/node_modules/.bin' quay.io/aspr/phlexite:latest cp -r _build/* /srv/farthergate.com/ diff --git a/package-lock.json b/package-lock.json index a98aea6..6d244a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,8 @@ "packages": { "": { "devDependencies": { - "@tailwindcss/typography": "^0.5.16" + "@tailwindcss/typography": "^0.5.16", + "tailwindcss": "^4.1.8" } }, "node_modules/@tailwindcss/typography": { @@ -77,8 +78,7 @@ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", "dev": true, - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/util-deprecate": { "version": "1.0.2", diff --git a/package.json b/package.json index 96dd7a8..d723f31 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "devDependencies": { - "@tailwindcss/typography": "^0.5.16" + "@tailwindcss/typography": "^0.5.16", + "tailwindcss": "^4.1.8" } }