mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 14:46:37 +00:00
Fixup makefile
This commit is contained in:
parent
3f85eedb04
commit
cf9c982881
6
Makefile
6
Makefile
@ -1,12 +1,12 @@
|
|||||||
all: deps test build
|
all: build
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@npm install
|
@npm install
|
||||||
|
|
||||||
test:
|
test: deps
|
||||||
@npm run test
|
@npm run test
|
||||||
|
|
||||||
build:
|
build: deps
|
||||||
@npm run build
|
@npm run build
|
||||||
@echo "Build success!"
|
@echo "Build success!"
|
||||||
@echo "Output: 'dist/', 'examples/browser/'"
|
@echo "Output: 'dist/', 'examples/browser/'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user