This commit is contained in:
lxsang 2020-06-22 12:58:24 +02:00
commit 32a86090c0

View File

@ -4,10 +4,11 @@ node_js:
install: install:
- npm install terser - npm install terser
- npm install uglifycss - npm install uglifycss
- npm install typescript - npm install typescript@3.9.3
- npm install jest - npm install jest
- npm install @types/jquery - npm install @types/jquery
script: script:
- tsc -v
- make - make
- make test - make test
- make release - make release