cv/Makefile
Nikolai Rodionov 7decf2b0cf
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Make some lines look nicer and add some tools
Since email is the only contact information in the CV, it makes no sense
to comment it with the preffered note, also I've updated a set of tools
I've been working with.

Additionaly, I've added a Makefile because I like it more than npm
2024-04-23 12:11:34 +02:00

9 lines
62 B
Makefile

build:
npm run build
test:
npm run test
fix:
npm run fix