Please enable JavaScript in your browser!
Home
Verkennen
Help
Inloggen
chenpm
/
product_wx
Volgen
1
Ster
0
Vork
0
Bestanden
Kwesties
0
Pull-aanvragen
0
Wiki
Boom:
5cae5fef82
Aftakkingen
Labels
master
productization
productization2
product_wx
/
node_modules
/
stack-trace
/
Makefile
Makefile
108 B
Geschiedenis
Ruwe
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