mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
fix parsing client stringtables
This commit is contained in:
parent
0aad1e874b
commit
7505abc6d0
3 changed files with 34 additions and 34 deletions
4
Makefile
4
Makefile
|
|
@ -26,6 +26,10 @@ unit: node_modules
|
|||
lint: node_modules
|
||||
node_modules/.bin/tslint -p tsconfig.json
|
||||
|
||||
.PHONY: lint-fix
|
||||
lint-fix: node_modules
|
||||
node_modules/.bin/tslint -p tsconfig.json --fix
|
||||
|
||||
.PHONY: src/Data/GameEventTypes.ts
|
||||
src/Data/GameEventTypes.ts:
|
||||
node bin/analyse.js --create-event-definitions src/tests/data/celt.dem > src/Data/GameEventTypes.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue