Skip to content

Commit

Permalink
data placement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 14, 2023
1 parent 9b3673a commit 4e79802
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sites/docs/scripts/do-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
yarn

# prep assets
mkdir -p dist/data
rm -rf dist/data
mkdir dist/data
cp ./node_modules/vega-datasets/data/* ./dist/data/
mkdir -p public/data
cp ./node_modules/vega-datasets/data/* ./public/data/
cp ./src/examples/Quiet* ./public/
cp ../../README.md ./public/

# swap to using the published version of prong edtior
# npx tsc &&
yarn add prong-editor &&
npx vite build &&
yarn remove prong-editor

0 comments on commit 4e79802

Please sign in to comment.