This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
caimei365
/
caimei-authentic-website-ross
Pridať medzi pozorované
5
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
1096be9401
Branche
Tagy
master
caimei-authe...
/
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