Skip to content

Commit

Permalink
Merge branch 'main' into issue23-update-deployment-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda authored Nov 9, 2023
2 parents cf1c3b1 + 2762f5f commit c3b6bf0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"name": "Finesse Frontend Node.js project",
// Use 'postCreateCommand' to run commands after the container is created.
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"postCreateCommand": "npm install -g [email protected] --force",
"postCreateCommand": "npm install -g [email protected] --force && npx npm -v && npx npm install",


// Configure tool-specific properties.
// "customizations": {},

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Finesse is a project designed to provide users with the ability to search for ag

## Video Demonstration

[Finesse Demo Video](https://youtu.be/10hBAW4eXjc?si=lTCt9FiLwuW3GAXZ)
[Finesse Demo Video](https://youtu.be/Bw6_azllnDw?si=-eO0BZQmi_iHXNr1)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "louis-finesse",
"name": "finesse-frontend",
"version": "0.1.0",
"private": true,
"homepage": "https://ai-cfia.github.io/finesse-frontend",
Expand Down Expand Up @@ -59,8 +59,8 @@
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-prettier": "^5.0.0"
},
"engines" : {
"npm" : "^9.8.1",
"node" : "^18.16.0"
"engines": {
"npm": "^9.8.1",
"node": "^18.16.0"
}
}

0 comments on commit c3b6bf0

Please sign in to comment.