Skip to content

Commit

Permalink
chore: update script name to match feature branch (#264)
Browse files Browse the repository at this point in the history
* chore: update script name to match feature branch

* docs: use consistent punctuation in ordered list

* chore: enable workflow dispatch from GH admin
  • Loading branch information
NWRichmond authored Oct 3, 2022
1 parent ad892ac commit 4dff4d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"nuxt:prepare": "nuxt prepare",
"nuxt-prepare": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity-plugin-nacelle-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ Instructions for working on the repo directly.

The best way to test changes to this plugin is by using `npm link` to use it from a Sanity project with the plugin installed. The instructions for doing that should be below:

1. Open your local fork of this project in your terminal
1. Open your local fork of this project in your terminal.
2. Run `npm run build` to generate the dist files for this project locally.
3. Run `npm link` to setup an npm symlink for this project
3. Run `npm link` to setup an npm symlink for this project.
4. (Optional) Run `npm run build -- --watch`, this will automatically rebuild whenever you make any local changes
5. In another terminal, navigate to an existing Sanity project which has this plugin installed. (If you don't have one, you can follow the instructions above to create one)
5. In another terminal, navigate to an existing Sanity project which has this plugin installed. (If you don't have one, you can follow the instructions above to create one).
6. Run `npm link @nacelle/sanity-plugin-nacelle-input` - this will link the version of the `@nacelle/sanity-plugin-nacelle-input` in your local Sanity Project to your local clone of this repo.
7. Run your command to start Sanity Studio, e.g. `npm run start`. You should see any changes you've made locally to this repo in your studio.
- If you used the watch command in step 4, you should be able to make changes to this repo and then reload the page to see them reflected in the studio.

5 comments on commit 4dff4d1

@vercel
Copy link

@vercel vercel bot commented on 4dff4d1 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-starter – ./starters/next

nacelle-next-starter-nacelle.vercel.app
nacelle-nextjs-starter.vercel.app
nacelle-next-starter-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4dff4d1 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-nuxt-starter – ./starters/nuxt

nacelle-nuxt-starter-git-main-nacelle.vercel.app
nacelle-nuxt-starter.vercel.app
nacelle-nuxt-starter-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4dff4d1 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-gatsby-starter – ./starters/gatsby

nacelle-gatsby-starter-git-main-nacelle.vercel.app
nacelle-gatsby-starter.vercel.app
nacelle-gatsby-starter-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4dff4d1 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-reference-store – ./reference-stores/next

nacelle-next-reference-store-nacelle.vercel.app
nacelle-next-reference-store-coral.vercel.app
nacelle-next-reference-store-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4dff4d1 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.