Skip to content

Commit

Permalink
feat: remove Sanity from package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 26, 2023
1 parent 7abbda0 commit 29b8bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

NEXT_PUBLIC_SHOW_LOGGER="false"

NEXT_PUBLIC_SANITY_PROJECT_ID=abcdefgh
NEXT_PUBLIC_SANITY_DATASET=production

SANITY_STUDIO_PROJECT_ID=abcdefgh
SANITY_STUDIO_DATASET=production
GRAPHQL_URL=https://some-url.com/graphql
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"sanity:dev": "npx sanity dev",
"sanity:prod": "sanity build && sanity start"
"build-storybook": "storybook build"
},
"dependencies": {
"@apollo/client": "^3.8.1",
Expand Down

0 comments on commit 29b8bb5

Please sign in to comment.