UNPKG
gendiff-ver2
Version:
latest (1.1.1)
1.1.1
1.0.1
1.0.0
gendiff project lvl 2
github.com/krivtsov/project-lvl2-s93
krivtsov/project-lvl2-s93
gendiff-ver2
/
Makefile
18 lines
(12 loc)
•
174 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
install:
npm install
start:
npm run babel-node --
'src/bin/gendiff.js'
publish:
npm publish
build:
npm run build
lint:
npm run eslint -- src __tests__
test:
npm t