Skip to content

Commit

Permalink
sync changed from deployment end to deployment start
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmachadorj committed Jul 11, 2024
1 parent dbf21b9 commit 8965cfa
Show file tree
Hide file tree
Showing 33 changed files with 269 additions and 186 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/dist

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
"node": ">=16.16.0"
},
"scripts": {
"test:e2e:front": "npm run test:e2e --workspace=@dddforum/frontend",
"test:e2e:back": "npm run test:e2e --workspace=@dddforum/backend",
"test:e2e:frontend": "npm run test:e2e --workspace=@dddforum/frontend",
"test:e2e:backend": "npm run test:e2e --workspace=@dddforum/backend",
"test:infra:all": "npm run test:infra --workspaces --if-present",
"test:infra:back": "npm run test:infra --workspace=@dddforum/backend",
"test:unit:back": "npm run test:unit --workspace=@dddforum/backend",
"test:infra:backend": "npm run test:infra --workspace=@dddforum/backend",
"test:unit:backend": "npm run test:unit --workspace=@dddforum/backend",
"test:unit": "npm run test:unit --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"start:dev:backend": "npm run start:dev --workspace=@dddforum/backend",
"start:dev:frontend": "npm run start:dev --workspace=@dddforum/frontend",
"generate:database": "npm run generate --workspace=@dddforum/backend",
"lint": "npm run lint --workspaces --if-present",
"start:dev:back": "npm run start:dev --workspace=@dddforum/backend",
"start:dev:front": "npm run start:dev --workspace=@dddforum/frontend",
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier --config .prettierrc \"./**/src/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier --config .prettierrc './**/src/**/*.ts' --write",
Expand All @@ -37,7 +39,7 @@
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.5.0",
"jest-cucumber": "^3.0.1",
"jest-cucumber": "3.0.1",
"jest-mock-extended": "^3.0.7",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
Expand All @@ -50,6 +52,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"nodemailer": "^6.9.13"
"nodemailer": "^6.9.13",
"tsconfig-paths": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/dist
Loading

0 comments on commit 8965cfa

Please sign in to comment.