mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
commit
951ca2eafe
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