Sha256: 30946a6bd70a6074cb118cc4f9c51ea8617b1bf4a6a11e9f3360565eb6759991

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

VERSION := $(shell node -e "console.log(require('./package.json').version)")

.PHONY: test release

test:
	@./node_modules/karma/bin/karma start ./test/karma.conf.js --no-auto-watch --single-run 

release:
	@git tag -m "$(VERSION)" v$(VERSION)
	@git push --tags
	@gem build robeaux.gemspec
	@gem push robeaux-$(VERSION).gem
	@npm publish ./

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
robeaux-0.2.0 Makefile