Skip to content

Commit

Permalink
fix: update style generation script (#793)
Browse files Browse the repository at this point in the history
fixes #792
  • Loading branch information
domoritz authored Nov 16, 2021
1 parent 99751ea commit 91ab83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-style.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

printf "// generated with build-style.sh\nexport default \`" > src/style.ts
yarn sass vega-embed.scss >> src/style.ts
yarn -s sass vega-embed.scss >> src/style.ts
echo "\`;" >> src/style.ts

0 comments on commit 91ab83f

Please sign in to comment.