Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jan 19, 2024
1 parent fc369df commit 389be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"types": "tsc --noEmit --watch",
"prep-data": "cp node_modules/vega-datasets/data/* public/data/",
"build-data": "cp node_modules/vega-datasets/data/* ./data/",
"build-data": "mkdir data && cp node_modules/vega-datasets/data/* ./data/",
"test": "vitest run",
"test:watch": "vitest"
},
Expand Down

0 comments on commit 389be1d

Please sign in to comment.