Skip to content

Commit

Permalink
Gitignore the generated data file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Apr 25, 2024
1 parent e882baa commit f126fb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ dist
.svelte-kit

# End of https://www.toptal.com/developers/gitignore/api/node

# Generated data
data/processed.json
1 change: 0 additions & 1 deletion data/processed.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"dev": "pnpm run process && vite",
"build": "pnpm run process && tsc && vite build",
"preview": "vite preview",
"process": "tsx data/process.ts",
"lint": "pnpm run \"/^lint:.*/\"",
Expand Down

0 comments on commit f126fb0

Please sign in to comment.