/
yu-yu
/
restaurant-project
Обзор
Документация
Войти
/
yu-yu
/
restaurant-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/bcrypt/Makefile
19 строк
203 B
yu-yu-3
практика
19 дек 2025, 16:45
19 дек 2025, 16:45
6bcfa15
Код
Авторство
О чём код?
TESTS = test/*.js all: test build: clean compile compile: npm install . npm run install test: build @./node_modules/.bin/jest \ $(TESTS) clean: rm -Rf lib/bindings/ .PHONY: clean test build