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 install

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 13, 19:50 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
866973
Default Alt Text
Makefile (226 B)

Event Timeline