Skip to content

Commit

Permalink
Update and rename run to run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 26, 2022
1 parent 9d3e38a commit 8318c59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run → run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

apk add --no-cache git
yarn add --no-lockfile -D tailwindcss $INPUT_PLUGINS
yarn run tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT
git config --global --add safe.directory /github/workspace
git add $INPUT_OUTPUT

0 comments on commit 8318c59

Please sign in to comment.