File: build-style.sh

package info (click to toggle)
node-vega-embed 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,016 kB
  • sloc: javascript: 50; sh: 8; makefile: 5
file content (5 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env bash

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