mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
14 lines
230 B
YAML
14 lines
230 B
YAML
language: javascript
|
|
node_js:
|
|
- 10
|
|
install:
|
|
- npm install terser -g
|
|
- npm install uglifycss -g
|
|
- npm install jest -g
|
|
- npm install typescript
|
|
- npm install @types/jquery
|
|
script:
|
|
- make
|
|
- make test
|
|
- make release
|