usxeditor
Version:
USX editor react component.
23 lines (22 loc) • 465 B
YAML
image: ubuntu/next
packages:
- nodejs
- npm
secrets:
- 9ec67788-3265-4787-92aa-e3c711b76a86
sources:
- https://hg.sr.ht/~hindlemail/material.font.features
tasks:
- setup: |
cd material.font.features
npm install
cd node_modules
cd ts-mocha
npm install --force
- build: |
cd material.font.features
npm run build
- test: |
cd material.font.features
npm i
npm run coverage