dependencies: override: - export NVS_HOME="$HOME/.nvs" && git clone https://github.com/jasongin/nvs "$NVS_HOME" && . "$NVS_HOME/nvs.sh" install - nvs add lts && nvs link lts && nvs use default - npm i yarn -g - yarn test: override: - yarn run asset-compile