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
2020-07-08 09:58:54 +01:00

13 lines
159 B
Makefile

.PHONY: build
default: build
clean:
rm -fr web/build
node_modules: package.json package-lock.json
npm install
build: node_modules
npx encore production