File: Makefile

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 6 months ago
Size: 248 bytes
 

Contents

Class file image Download
SHELL = /bin/bash .PHONY: build build: node_modules npm run build .PHONY: watch watch: node_modules npm run watch .PHONY: test test: node_modules docker-compose run --rm -e BASE_URL=http://webdav test npm run test node_modules: npm install