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 46b8f58 commit fc369df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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/",
"test": "vitest run",
"test:watch": "vitest"
},
Expand Down Expand Up @@ -51,4 +52,4 @@
"vega-embed": "^6.23.0",
"vega-lite": "^5.16.3"
}
}
}

0 comments on commit fc369df

Please sign in to comment.