1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 11:56:00 +00:00

remove the 'typescript' package entirely in favor of iris-cli and because the alm editor was deprecated by its author (consider using the designtsx.com instead)

Former-commit-id: 52888ae3fd0da9e5b98e095c665a1a538381ddef
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-04-19 16:47:15 +03:00
parent 340664dca9
commit c5392ede6a
19 changed files with 2 additions and 1129 deletions

View File

@@ -18,11 +18,6 @@ after_script:
- go get ./...
- go test -count=1 -v -cover ./...
- cd ../
# typescript examples
- cd ./typescript/_examples
- go get ./...
- go test -count=1 -v -cover ./...
- cd ../../
# make sure that the _benchmarks code is working
- cd ./_benchmarks
- go get ./...