Skip to content

Commit

Permalink
fix: data
Browse files Browse the repository at this point in the history
  • Loading branch information
Govind Diwakar committed Jul 13, 2024
1 parent 2552b16 commit 1ca6959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Govind Diwakar <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "./node_modules/.bin/rimraf services/ models/ migrations/ api/ utils/ subscribers/ types/ index.js index.map.js",
"clean": "./node_modules/.bin/rimraf dist/ services/ models/ migrations/ api/ utils/ subscribers/ types/ index.js index.map.js",
"build": "npm run clean && tsc -p tsconfig.json",
"watch": "tsc --watch",
"test": "jest --coverage"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"skipDefaultLibCheck": true,
"declaration": true,
"sourceMap": true,
"outDir": ".",
"outDir": "./dist",
"rootDir": "src",
"baseUrl": "src"
},
Expand Down

0 comments on commit 1ca6959

Please sign in to comment.