Skip to content

Commit

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

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

# Generated data
data/processed.json
1 change: 1 addition & 0 deletions data/processed.json

Large diffs are not rendered by default.

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": "pnpm run process && vite",
"build": "pnpm run process && tsc && vite build",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"process": "tsx data/process.ts",
"lint": "pnpm run \"/^lint:.*/\"",
Expand Down

0 comments on commit a72289e

Please sign in to comment.