Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Jan 21, 2023
1 parent 5af9e08 commit e5e43c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

apk add --no-cache git
yarn add --no-lockfile -D tailwindcss $INPUT_PLUGINS
yarn run tailwindcss --input $INPUT_INPUT --output $INPUT_OUTPUT $INPUT_PARAMS
yarn add --no-lockfile -D tailwindcss "$INPUT_PLUGINS"
yarn run tailwindcss --input "$INPUT_INPUT" --output "$INPUT_OUTPUT" "$INPUT_PARAMS"
git config --global --add safe.directory /github/workspace
git add --force $INPUT_OUTPUT
git add --force "$INPUT_OUTPUT"

0 comments on commit e5e43c5

Please sign in to comment.