@sanity/server

v0.0.20
Webserver dedicated to serving Sanity, allowing a smooth development experience
sanity webserver

test

mocha test/**/*.test.js

clean

rimraf lib

start

node bin/sanity-server.js

compile

babel -d lib/ src/

coverage

nyc --report=lcov --report=text _mocha -- test/**/*.test.js

posttest

eslint .

start-dev

node bin/sanity-server.js --dev

prepublish

in-publish && npm run compile || not-in-publish

postpublish

in-publish && npm run clean || not-in-publish

compile:watch

babel -w -d lib/ src/
npm i @sanity/[email protected]

Metadata

  • MIT
  • Whatever
  • Sanity.io
  • released 12/5/2016

Downloads