autostrom-client
Version:
STROMDAO Autostrom ist ein Stromprodukt, welches netzdienlichen Aufladen mit einer Prämie belohnt.
13 lines (7 loc) • 358 B
Plain Text
#
# StromDAO Business Object - Autostrom
# Deployment via Makefile to automate general Quick Forward
#
PROJECT = "StromDAO Business Object"
all: commit
commit: ;cp node_modules/stromdao-businessobject/dist/loader.js web-light/;cp -R node_modules/stromdao-businessobject/smart_contracts/* stromkonto/abi/;git add -A;git commit -a; git push;npm publish