Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Nov 2, 2024
1 parent 0cd88ca commit 4f4aa26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# Sets environment variables in the workspace
env = {};
services.docker.enable = true;
idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"protractor": "^5.4.2",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.5.3",
"typescript": "3.4.5",
"webpack-bundle-analyzer": "^4.7.0"
}
}

0 comments on commit 4f4aa26

Please sign in to comment.