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
Sat, Oct 11, 09:07 (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
984073
Default Alt Text
Makefile (221 B)

Event Timeline