Skip to content

Commit

Permalink
feat: 🎸 export latest sanity data
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji committed Feb 16, 2023
1 parent 4afc448 commit 7290d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/production.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"sanity-export": "sanity dataset export production ../.sanity-template/data/production.tar.gz"
"export": "sanity dataset export production ./data/production.tar.gz"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7290d73

Please sign in to comment.