Skip to content

Commit

Permalink
Bump typescript version to 4.x
Browse files Browse the repository at this point in the history
Use gradle clean command in the run script to delete old artificats while re-running
  • Loading branch information
ajay-gov committed Nov 18, 2022
1 parent 1878bb7 commit e454168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ npm run compile && npm run bundle
mkdir -p ../server/ui
cp -rf index.html dist ../server/ui/
cd ../server
./gradlew run
./gradlew clean run

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rollup-plugin-sourcemaps": "0",
"tslib": "1",
"tslint": "5",
"typescript": "3.5"
"typescript": "4.8"
},
"scripts": {
"compile": "tsc -b",
Expand Down

0 comments on commit e454168

Please sign in to comment.