This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
Lawsun
/
ysjj-system
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
256f05628e
Branche
Tagy
master
ysjj-system
/
node_modules
/
stack-trace
/
Makefile
Makefile
108 B
História
Raw
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