Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Jan 11, 2024
1 parent b7e6217 commit cdcbfa6
Show file tree
Hide file tree
Showing 2 changed files with 1,217 additions and 705 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --async=false",
"build": "ng build --prod --async=false",
"test": "ng test --no-watch --code-coverage --async=false",
"test:watch": "ng test --code-coverage --async=false",
"lint": "ng lint --async=false",
"e2e": "ng e2e --async=false",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test --no-watch --code-coverage",
"test:watch": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"set:variables": "scripts/set-env-variables.js ./dist"
},
"private": true,
Expand Down
Loading

0 comments on commit cdcbfa6

Please sign in to comment.