Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanahata committed Sep 13, 2023
1 parent cf9de11 commit 7853fa9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 91 deletions.
44 changes: 0 additions & 44 deletions karma.conf.js

This file was deleted.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "npm run copy && ng build",
"build": "ng build && npm run copy",
"copy": "cp -R dist/ng-gantt src/ng-gantt",
"build:app": "npm run copy && ng build --project packages && rimraf src/ng-gantt",
"build:lib": "rimraf dist && ng-packagr -p ng-gantt/package.json",
Expand Down Expand Up @@ -48,12 +48,6 @@
"jasmine": "^4.6.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^15.2.2",
"protractor": "~7.0.0",
"rimraf": "^2.7.1",
Expand Down
34 changes: 0 additions & 34 deletions src/test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
1 change: 0 additions & 1 deletion src/tsconfig.packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
1 change: 0 additions & 1 deletion src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}
},
"files": [
"test.ts",
"polyfills.ts"
],
"include": [
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"moduleResolution": "node",
"experimentalDecorators": true,
"target": "es2022",
"module": "es2022",
"typeRoots": [
"node_modules/@types"
],
Expand All @@ -18,9 +19,6 @@
"dom"
],
"paths": {
"ng-gantt": [
"dist/ng-gantt"
]
}
},
"exclude": [
Expand Down

0 comments on commit 7853fa9

Please sign in to comment.