kinvey-javascript-sdk-core

v3.0.0-beta.25
Kinvey JavaScript SDK Core

test

./node_modules/mocha/bin/mocha --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test

test:watch

./node_modules/mocha/bin/mocha -w --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test

test:jenkins

istanbul cover _mocha -- --reporter tap --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test > test.tap && istanbul report clover

build

gulp build

lint

gulp lint

postpublish

PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push --tags

Metadata

Downloads