This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
Lawsun
/
ysjj-system
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
fd8b323dce
شاخهها
تگها
master
ysjj-system
/
node_modules
/
stack-trace
/
Makefile
Makefile
108 B
تاريخچه
خام
1
2
3
4
5
6
7
8
9
10
11
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test