This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-symfony/Makefile

13 lines
159 B
Makefile
Raw Normal View History

2020-07-08 08:05:34 +00:00
.PHONY: build
default: build
clean:
rm -fr web/build
node_modules: package.json package-lock.json
npm install
build: node_modules
npx encore production