Skip to content

Commit

Permalink
run tsc-alias to resolve paths in dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed May 25, 2023
1 parent c585a65 commit e59a2a4
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
55 changes: 55 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "General Authentication Service for all Giveth Dapps",
"main": "index.js",
"scripts": {
"build": "tsc --project ./",
"build": "tsc --project ./ && tsc-alias",
"prestart": "npm run swagger",
"swagger": "tsoa spec",
"prebuild": "npm run swagger",
Expand Down Expand Up @@ -90,6 +90,7 @@
"sinon": "^13.0.1",
"ts-node": "10.7.0",
"ts-node-dev": "1.1.8",
"tsc-alias": "^1.8.6",
"tsconfig-paths": "^4.2.0",
"typescript": "4.5.2",
"typescript-transform-paths": "^3.4.6"
Expand Down

0 comments on commit e59a2a4

Please sign in to comment.