add a Makefile and update deps
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
a1bd5749cc
commit
340456c8b4
22
Makefile
Normal file
22
Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
.PHONY: all
|
||||
all: install build
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
npm install
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
npm build
|
||||
|
||||
.PHONY: update
|
||||
update:
|
||||
npm update
|
||||
|
||||
.PHONY: audit
|
||||
audit:
|
||||
npm audit
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
npm start
|
1970
package-lock.json
generated
1970
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user