Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
language: node_js
os:
- linux
cache:
yarn: true
directories:
- ~/.npm
notifications:
email: false
node_js:
- '10'
script:
- yarn lint
- yarn test
- yarn build
- yarn storybook:build
matrix:
allow_failures: []
fast_finish: true
branches:
except:
- /^v\d+\.\d+\.\d+$/
- master
- next
- gh-pages