UNPKG
inquirer-search-list
Version:
latest (1.2.6)
1.2.6
1.2.5
1.1.5
1.1.4
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Searchable Inquirer list
inquirer-search-list
/
Makefile
16 lines
(12 loc)
•
189 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SHELL := /bin/bash
export
PATH :=
$(
shell
pwd)
/node_modules/.bin:
$(PATH)
dev:
tsc -w
build:
tsc
publish:build
npm publish
publishPatch:build
npm version patch npm publish git push