Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chenpm
/
su_nan-mobile_wx
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
main
Dallar
Biçim İmleri
main
su_nan-mobil...
/
node_modules
/
stack-trace
/
Makefile
Makefile
108 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
12
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test