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 run test
watch:
./npm.sh run watch
build:
./npm.sh run build
install:
./npm.sh ci

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 14:02 (17 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557178
Default Alt Text
Makefile (261 B)

Event Timeline