mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-18 01:58:58 +00:00
Adds a Makefile for testing code in order to simplify testing from the command line on all platforms.
7 lines
80 B
Makefile
7 lines
80 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
cd src && \
|
|
npm install && \
|
|
./node_modules/.bin/grunt
|