Skip to content

Commit

Permalink
Commited the wrong package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-labbate committed Jan 25, 2024
1 parent 4eb2290 commit 817b190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"build:frontend": "cd training-front-end && npm install && npm run build && cd ..",
"federalist": "npm run build:frontend",
"dev": "(npm run dev:frontend & npm run dev:backend)",
"dev": "(trap 'kill 0' SIGINT; npm run dev:frontend & npm run dev:backend)",
"dev:frontend": "cd training-front-end && npm run dev",
"dev:backend": "uvicorn training.main:app --reload",
"dev:db-start": "docker-compose up -d",
Expand Down
4 changes: 2 additions & 2 deletions training-front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "./bin/build.sh",
"build": "/bin/build.sh",
"preview": "astro preview",
"astro": "astro",
"test:unit": "vitest --environment jsdom --root .",
Expand Down Expand Up @@ -53,7 +53,7 @@
"jsdom": "^21.1.1",
"pa11y-ci": "^3.0.1",
"start-server-and-test": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^0.30.1"
},
"overrides": {
"glob-parent": "^5.1.2"
Expand Down

0 comments on commit 817b190

Please sign in to comment.