Skip to content

Commit

Permalink
Add 'node' to the Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme committed Apr 14, 2021
1 parent c2d1034 commit b8436e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ go: pull
docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-go
js: pull
docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-js
node: pull
docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-node
clean:
rm -rf build/

all: build python go js
all: build python go js node

0 comments on commit b8436e9

Please sign in to comment.