mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 17:50:09 +01:00
15 lines
175 B
YAML
15 lines
175 B
YAML
|
language: node_js
|
||
|
node_js: node
|
||
|
|
||
|
install: npm install
|
||
|
|
||
|
script:
|
||
|
- npm run clean
|
||
|
- npm run build
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|
||
|
|
||
|
notifications:
|
||
|
email: false
|