UNPKG

pb-websocket

Version:
11 lines (7 loc) 165 B
.PHONY: clean compile test clean: rm -rf dist build: clean ./node_modules/.bin/babel src -d dist test: ./node_modules/.bin/karma start ./build/karma.config.js