Skip to content

Commit

Permalink
Use tsx in Finch tracker (#1185)
Browse files Browse the repository at this point in the history
Remove `build:tracker` and use `tsx` to launch `finch_tracker`
  • Loading branch information
atuchin-m authored Aug 20, 2024
1 parent 0f56482 commit 813d5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"version": "0.0.1",
"description": "Brave Variations",
"scripts": {
"build": "npm run build:proto && npm run build:web && npm run build:tracker",
"build": "npm run build:proto && npm run build:web",
"build:proto": "tsx src/scripts/generate_proto_ts.ts",
"build:tracker": "tsc -p src/finch_tracker/tsconfig.json",
"build:web": "webpack -c src/web/webpack.config.js --mode=production",
"clean": "tsx src/scripts/clean.ts",
"lint": "tsx src/scripts/lint.ts",
"postinstall": "npm run typecheck:scripts && npm run build:proto",
"seed_tools": "tsx src/seed_tools/seed_tools.ts",
"serve:dev": "webpack serve -c src/web/webpack.config.js --hot --mode=development",
"test": "jest --config=src/jest.config.js",
"tracker": "node src/finch_tracker/build/finch_tracker/main.js",
"tracker": "tsx src/finch_tracker/main.ts",
"typecheck": "tsc --noEmit",
"typecheck:scripts": "tsc --noEmit --project src/scripts"
},
Expand Down
8 changes: 0 additions & 8 deletions src/finch_tracker/tsconfig.json

This file was deleted.

0 comments on commit 813d5f2

Please sign in to comment.