Makefile in
hauler-0.1.0
vs Makefile in
hauler-0.2.0
- old
+ new
@@ -1,5 +1,10 @@
-build:
+build_gem:
gem build hauler.gemspec
+
+publish_npm:
+ npm run build
+ cd dist/
+ npm publish
.PHONY: all;