
* Create CSS typings before build * Let's try this. * Adding comment * Remove hack from travis
8 lines
76 B
YAML
8 lines
76 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
- 10
|
|
- 8
|
|
cache: npm
|
|
script: npm run build
|