fix tailwind dir
This commit is contained in:
parent
ea8a783b06
commit
1e79ae1e74
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
shell: |
|
shell: |
|
||||||
npm ci
|
npm ci
|
||||||
bundle install
|
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/
|
cp -r _build/* /srv/farthergate.com/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue