Files
npis-docs/Makefile

29 lines
493 B
Makefile
Raw Normal View History

2025-09-26 14:49:55 +03:00
export NODE_OPTIONS := "--max-old-space-size=8192"
.PHONY: all
all: build
.PHONY: install
install:
2025-10-16 09:28:17 +03:00
npm install --force
2025-09-26 14:49:55 +03:00
.PHONY: build
build:
npm run build
.PHONY: serve
serve:
npm run start
# .PHONY: clean
# clean:
# rm -rf .tmp
# rm -rf static/_*
# rm -rf static/swagger-latest.json
# rm -rf static/swagger-19.json
# rm -rf static/swagger-20.json
# rm -rf static/swagger-21.json
# rm -rf static/swagger-22.json
# rm -rf static/swagger-23.json
# rm -rf static/swagger-24.json