UNPKG
kcv-theme-moon
Version:
latest (1.7.22)
1.7.22
1.7.21
Moon Json Resume Theme
github.com/adamjmoon/resume
karmacv/kcv-theme-moon
kcv-theme-moon
/
Makefile
16 lines
(10 loc)
•
194 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REPORTER ?= spec
test:
mocha \ --reporter
$(REPORTER)
\ test/*.js \
bump: ;node ./bumpVersion.js
version: test bump
pub: ;npm publish
dist: test bump pub
.PHONY
: test bump pub