UNPKG
deuce-rss-timeline
Version:
latest (1.1.0)
1.1.0
RSS Timeline
github.com/PavelDeuce/frontend-project-lvl3
PavelDeuce/frontend-project-lvl3
deuce-rss-timeline
/
Makefile
19 lines
(13 loc)
•
223 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
install: install-deps install-flow-typed
build:
rm -rf dist NODE_ENV=production npx webpack
install-deps:
npm install
develop::
npx webpack-dev-server --open
lint:
npx eslint .
publish:
npm publish
.PHONY
: test