GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
vmk-demo-bot
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
vmk-demo-bot
/
admin
/
node_modules
/
stack-trace
/ Makefile
eugene-sukhodolskiy
17 days ago
108 bytes
init
Raw
Blame
History
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test