Skip to content

Commit 538500c

Browse files
committed
Specify node running tailwind
1 parent 58aa7f5 commit 538500c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

website/dune

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@
2828
(:config ./tailwind.config.js)
2929
(:input ./styles.css))
3030
(action
31-
(run tailwind -c %{config} -i %{input} -o %{target})))
31+
(run
32+
node
33+
../node_modules/@tailwindcss/cli/dist/index.mjs
34+
-c
35+
%{config}
36+
-i
37+
%{input}
38+
-o
39+
%{target})))

0 commit comments

Comments
 (0)