Skip to content

Commit

Permalink
chore: removed outdated references to Sanity's deployment, since it's…
Browse files Browse the repository at this point in the history
… now a part of our Next deployment (see #196)
  • Loading branch information
scottrippey committed Sep 14, 2023
1 parent 704f4d0 commit c878707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/deploySanity.yml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "next-sanity-fastly-ecomm-demo",
"name": "nextjs-sanity-fe",
"version": "0.0.1",
"description": "A demo ecommerce site using Next.js, Sanity CMS, and Fastly.",
"keywords": [],
"author": "Formidable",
"main": "index.js",
"license": "MIT",
"scripts": {
"local": "pnpm run --filter ./packages/nextjs --filter ./packages/sanity --parallel dev",
"dev:nextjs": "pnpm run --filter ./packages/nextjs dev",
"next:dev": "pnpm run --filter ./packages/nextjs next:dev",
"next:dev:mock": "pnpm run --filter ./packages/nextjs next:dev:mock",
Expand Down
8 changes: 2 additions & 6 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ There is an `./packages/nextjs/.env.sample` committed to the repo which contains

:bulb: To get a list of scripts available, you can run `pnpm run` and it will output a list of available commands.

- `local` - Runs Sanity Studio, Next.js app
- `dev:nextjs` - Runs NextJs app
- `dev:nextjs` - Runs the NextJs app
- `build:nextjs` - Builds NextJS app
- `start:nextjs` - Starts the built out NextJs app
- `dev:sanity` - Runs Sanity Studio locally
- `build:sanity` - Builds Sanity Studio
- `deploy-sanity-studio` - Deploys Sanity Studio to Sanity
- `start:nextjs` - Starts the built-out NextJs app

0 comments on commit c878707

Please sign in to comment.