Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanstitt committed Jul 3, 2021
1 parent 6160758 commit 669cfd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/.."

yarn run vite build

echo $DIR/src/editor/styles.scss $DIR/

$(npm bin)/sass $DIR/styles.scss > $DIR/styles.css

0 comments on commit 669cfd7

Please sign in to comment.