Skip to content

Commit

Permalink
Merge pull request #35 from plone/syncprojectmakefile
Browse files Browse the repository at this point in the history
Missing entries in Makefile for projects
  • Loading branch information
sneridagh authored Jun 7, 2024
2 parents 51d4a66 + f614ed6 commit bac1202
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ help: ## Show this help
install: ## Installs the add-on in a development environment
pnpm dlx mrs-developer missdev --no-config --fetch-https
pnpm i
pnpm build:deps

.PHONY: start
start: ## Starts Volto, allowing reloading of the add-on during development
Expand All @@ -53,7 +54,7 @@ format: ## Format codebase
lint: ## Lint, or catch and remove problems, in code base
pnpm lint
pnpm prettier
pnpm stylelint
pnpm stylelint --allow-empty-input

.PHONY: release
release: ## Release the add-on on npmjs.org
Expand Down

0 comments on commit bac1202

Please sign in to comment.