belvederejs
Version:
🎩 Nano JavaScript wrapper for the browser's native Notification API that provides event listener functionality.
18 lines • 377 B
YAML
language: node_js
node_js: node
cache:
npm: true
directories:
- node_modules
install:
- npm ci
- npm install -g codecov
jobs:
include:
- stage: build
script: npm run build && npm run size
- stage: test
script: npm run lint && npm run coverage && codecov
# - stage: deploy
# if: branch = master
# script: npm run _deploy:publish