Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 844 Bytes

MAINTAINERS.md

File metadata and controls

38 lines (26 loc) · 844 Bytes

For NPM Chimp

Running tests

You can use Wallaby if you own it or just run npm test.

Release a new version

  • Update the documentation
  • Bump the version with npm version <patch|minor|major>. Use the Semantic versioning conventions for bumping the version.
  • Publish the new release with: ./ship-it.sh

For Meteor Chimp

Running tests

cd ./meteor/test-app
meteor --test

Release a new version

First meteor publish.

Then you need to build the package on all architectures.

meteor admin get-machine os.osx.x86_64 --minutes 10
meteor admin get-machine os.linux.x86_64 --minutes 10
meteor admin get-machine os.linux.x86_32 --minutes 10
meteor admin get-machine os.windows.x86_32 --minutes 10
meteor publish-for-arch xolvio:cucumber@X.X.X