Skip to content

Commit aba8113

Browse files
authored
Merge pull request #241 from cmu-delphi/main
chore: sync main->dev
2 parents 6d2b1ab + bb2ba99 commit aba8113

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: ./devops/gitpod.dockerfile
33
tasks:
44
- init: npm install && RScript -e "blogdown::install_hugo()"
5-
- command: "echo 'run: \"npm start\" or \"npm run start:blog\"'"
5+
- command: 'echo ''run: "npm start" or "npm run start:blog"'''
66
ports:
77
- port: 1313
88
vscode:

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*.md
3030
*.jpeg
3131
*.ico
32+
*.bib
3233
/themes/delphi/layouts/partials/webp-image.html
3334
/themes/delphi/layouts/shortcodes/apireflink.html
3435
/themes/delphi/layouts/shortcodes/reflink.html

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "1.12.4",
3+
"version": "1.12.5",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",

0 commit comments

Comments
 (0)