diff --git a/.gitignore b/.gitignore index b8de6ee6..a0ad8fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,3 @@ version.json !project.code-workspace # Please, add your custom content below! - -!nhs-notify-repository-template.code-workspace diff --git a/docs/package.json b/docs/package.json index 4b923150..bbbcd8b6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "private": true, "scripts": { "build": "JEKYLL_ENV=production bundle exec jekyll build --trace --config _config.yml,_config.version.yml", - "debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace --livereload" + "debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace" }, "version": "1.0.0" } diff --git a/nhs-notify-repository-template.code-workspace b/project.code-workspace similarity index 100% rename from nhs-notify-repository-template.code-workspace rename to project.code-workspace