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
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
Fri, Nov 28, 15:03 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1035506
Default Alt Text
Makefile (221 B)

Event Timeline