medic-conf

v3.0.5
Configure Medic Mobile deployments

clean

rm -rf ./build/

generate-changelog

echo 'Generating changelog...' && ./scripts/changelog > CHANGELOG.md && echo 'Changelog generated.'

eslint

eslint src/**/*.js test/*.js test/**/*.js

test

npm run eslint && npm run clean && mkdir -p build/test && cp -r test/data build/test/data && cd build/test && mocha ../../test/**/*.spec.js

postversion

npm publish

postpublish

git push --all; git push --tags

Metadata

Downloads