Moved TypeScriptTests to python script (#7411)

* Moved TypeScriptTests to python script

* fixed CI issue with out-dated generated file

* Build flatc for TS CI

* reverting yarn.lock
This commit is contained in:
Derek Bailey
2022-08-07 11:42:02 -07:00
committed by GitHub
parent 468c00a3fe
commit ee2ced236d
10 changed files with 137 additions and 50 deletions

View File

@@ -16,7 +16,7 @@
"test": "tests"
},
"scripts": {
"test": "npm run compile && cd tests && ./TypeScriptTest.sh",
"test": "npm run compile && cd tests && python3 ./TypeScriptTest.py",
"compile": "tsc && tsc -p tsconfig.mjs.json",
"prepublishOnly": "npm install --only=dev && npm run compile"
},