You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
383 B

.PHONY: boosh test
boosh:
@node -e "var json = require('./build');json.JSHINT_OPTS=JSON.parse(require('fs').readFileSync('./.jshintrc'));require('fs').writeFileSync('./build.json', JSON.stringify(json, null, 2))"
@node_modules/smoosh/bin/smoosh make build.json
test:
npm test
bump: boosh
npm version patch
node make/bump
publish:
npm publish
git push origin master --tags