Skip to content

Commit d903832

Browse files
author
Ahmed Elghareeb
committed
refactor: removes deprecated dbUtils.js
1 parent 38f7ac1 commit d903832

File tree

4 files changed

+0
-54
lines changed

4 files changed

+0
-54
lines changed

.github/workflows/releases.yml

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
cd ${{ steps.get_version.outputs.version_file }}
8484
cp -r ../build/* .
8585
cp -r ../node_modules .
86-
cp -r ../dbUtils.js .
8786
cp -r ../config.env.template .
8887
8988
- name: Create tar.gz

web/backend/.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
dist/
2-
dbUtils.js

web/backend/src/dbUtils.js

-51
This file was deleted.

web/backend/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"jest.config.js",
3636
".eslintrc",
3737
"dist",
38-
"src/dbUtils.js"
3938
],
4039
"typedocOptions": {
4140
"entryPoints": [

0 commit comments

Comments
 (0)