1
0
Fork 0
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:
Robin Appelman 2017-09-26 23:03:23 +02:00
commit 7505abc6d0
3 changed files with 34 additions and 34 deletions

View file

@ -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