-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #608 from dzcode-io/chore/cleanup
Chore: cleanup
- Loading branch information
Showing
27 changed files
with
12,895 additions
and
12,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
type: string | ||
|
||
jobs: | ||
lint: | ||
e2e: | ||
runs-on: ${{ inputs.os }} | ||
|
||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,20 +65,20 @@ | |
"clean": "lerna run clean:alone [email protected]/api --include-dependencies --stream", | ||
"clean:alone": "del dist coverage fetch_cache oracle-cloud/build", | ||
"db:generate-migration": "drizzle-kit generate", | ||
"deploy": "del ./oracle-cloud/build && ts-node oracle-cloud/deploy.ts production", | ||
"deploy:stg": "del ./oracle-cloud/build && ts-node oracle-cloud/deploy.ts staging", | ||
"generate:bundle-info": "ts-node ../packages/tooling/bundle-info.ts", | ||
"generate:sentry-release": "ts-node ../packages/tooling/sentry-release.ts api dist", | ||
"deploy": "del ./oracle-cloud/build && tsx oracle-cloud/deploy.ts production", | ||
"deploy:stg": "del ./oracle-cloud/build && tsx oracle-cloud/deploy.ts staging", | ||
"generate:bundle-info": "tsx ../packages/tooling/bundle-info.ts", | ||
"generate:sentry-release": "tsx ../packages/tooling/sentry-release.ts api dist", | ||
"lint": "npm run build && npm run lint:alone", | ||
"lint:alone": "npm run lint:eslint . && npm run lint:prettier --check . && npm run lint:tsc && npm run lint:ts-prune", | ||
"lint:eslint": "eslint --config ../packages/tooling/eslint.config.mjs", | ||
"lint:fix": "npm run build && npm run lint:fix:alone", | ||
"lint:fix:alone": "npm run lint:eslint --fix . && npm run lint:prettier --write .", | ||
"lint:prettier": "prettier --config ../packages/tooling/.prettierrc --ignore-path ../packages/tooling/.prettierignore --log-level warn", | ||
"lint:ts-prune": "ts-node ../packages/tooling/setup-ts-prune.ts && ts-prune --error", | ||
"lint:ts-prune": "tsx ../packages/tooling/setup-ts-prune.ts && ts-prune --error", | ||
"lint:tsc": "tspc --noEmit", | ||
"start": "node dist/app/index.js", | ||
"start:dev": "ts-node ../packages/tooling/nodemon.ts \"@dzcode.io/api\" && nodemon dist/app/index.js", | ||
"start:dev": "tsx ../packages/tooling/nodemon.ts \"@dzcode.io/api\" && nodemon dist/app/index.js", | ||
"test": "npm run build && npm run test:alone", | ||
"test:alone": "jest --config ../packages/tooling/jest.config.ts --rootDir .", | ||
"test:watch": "npm-run-all build --parallel build:watch \"test:alone --watch {@}\" --" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
...ravel_Algerian_Education_System/info.json → ...jects/Algerian_Education_System/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"name": "Laravel Algerian education system", | ||
"name": "Algerian education system", | ||
"repositories": [ | ||
{ | ||
"provider": "github", | ||
"owner": "elaborate-code", | ||
"name": "laravel-algerian-education-system" | ||
}, | ||
{ | ||
"provider": "github", | ||
"owner": "dzcode-io", | ||
"name": "kuliya" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
data/models/projects/Godaddy_Reseller_Api_Client/info.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
{ | ||
"name": "React Project Builder", | ||
"name": "React and React Native Project Builder", | ||
"repositories": [ | ||
{ | ||
"provider": "github", | ||
"owner": "AmineVolk", | ||
"name": "react-project-builder" | ||
}, | ||
{ | ||
"provider": "github", | ||
"owner": "Omar-Belghaouti", | ||
"name": "react-help-create" | ||
}, | ||
{ | ||
"provider": "github", | ||
"owner": "Omar-Belghaouti", | ||
"name": "react-native-help-create" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.