mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-18 01:58:58 +00:00
Simpliyfy test instructions (#905)
Adds a Makefile for testing code in order to simplify testing from the command line on all platforms.
This commit is contained in:
committed by
Mads Kristensen
parent
eb25b42428
commit
59077aa5ce
6
Makefile
Normal file
6
Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
.PHONY: build
|
||||
|
||||
build:
|
||||
cd src && \
|
||||
npm install && \
|
||||
./node_modules/.bin/grunt
|
||||
Reference in New Issue
Block a user