Skip to content
Snippets Groups Projects
Makefile 87 B
Newer Older
  • Learn to ignore specific revisions
  • meskio's avatar
    meskio committed
    .PHONY: build test
    
    build:
    	go build
    
    meskio's avatar
    meskio committed
    	npm install
    
    meskio's avatar
    meskio committed
    	npm run build
    
    test:
    	go test ./...