UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

26 lines (17 loc) 205 B
all: setup check test build docs setup: npm install lint: npm run lint check: npm run check test: npm test build: npm run build watch: npm run watch docs: npm run docs clean: npm run clean