Files
schemastore/Makefile
Sorin Sbarnea 59077aa5ce Simpliyfy test instructions (#905)
Adds a Makefile for testing code in order to simplify testing from
the command line on all platforms.
2020-01-13 08:53:21 -08:00

7 lines
80 B
Makefile

.PHONY: build
build:
cd src && \
npm install && \
./node_modules/.bin/grunt