mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
12 lines
173 B
YAML
12 lines
173 B
YAML
|
language: node_js
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|
||
|
notifications:
|
||
|
email: false
|
||
|
node_js: 6
|
||
|
before_script:
|
||
|
- npm prune
|
||
|
after_success:
|
||
|
- npm run semantic-release
|