mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-06 01:05:50 -05:00
16 lines
143 B
Makefile
16 lines
143 B
Makefile
|
.PHONY: install
|
||
|
install:
|
||
|
npm install
|
||
|
|
||
|
.PHONY: lint
|
||
|
lint:
|
||
|
npm run lint
|
||
|
|
||
|
.PHONY: test
|
||
|
test:
|
||
|
npm run test
|
||
|
|
||
|
.PHONY: build
|
||
|
build:
|
||
|
npm run build
|