Skip to content

Commit 638d69d

Browse files
Merge pull request #28 from NHSDigital/rossbugginsnhs/2024-07-03-name-it-project
window title allows workspace to be called project.
2 parents 23a51e3 + ce3254c commit 638d69d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ version.json
1111
!project.code-workspace
1212

1313
# Please, add your custom content below!
14-
15-
!nhs-notify-repository-template.code-workspace

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"private": true,
1313
"scripts": {
1414
"build": "JEKYLL_ENV=production bundle exec jekyll build --trace --config _config.yml,_config.version.yml",
15-
"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"
15+
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace"
1616
},
1717
"version": "1.0.0"
1818
}

nhs-notify-repository-template.code-workspace renamed to project.code-workspace

File renamed without changes.

0 commit comments

Comments
 (0)