Page MenuHomeSealhub

Makefile
No OneTemporary

Makefile

.PHONY: db test test-nginx start test watch build install
db:
docker-compose up -d db
start: db build test-nginx
stress-test:
./npm.sh run stress-test
test:
./npm.sh ci
./npm.sh run test
watch:
./npm.sh run watch
build:
./npm.sh run build
install:
./npm.sh ci

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 13:03 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556905
Default Alt Text
Makefile (275 B)

Event Timeline