Skip to content

Commit

Permalink
NGGW-105 remove old reference
Browse files Browse the repository at this point in the history
  • Loading branch information
iherak committed Mar 3, 2023
1 parent 0b53b82 commit ea22810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ assets: ## Build frontend assets for DEV environment

.PHONY: assets-prod
.ONESHELL:
assets-prod: assets-node ## Build frontend assets for PROD environment
assets-prod: ## Build frontend assets for PROD environment
. ${NVM_DIR}/nvm.sh && nvm use || nvm install $(cat .nvmrc)
yarn install
yarn build:prod

.PHONY: assets-watch
.ONESHELL:
assets-watch: assets-node ## Watch frontend assets (during development)
assets-watch: ## Watch frontend assets (during development)
. ${NVM_DIR}/nvm.sh && nvm use || nvm install $(cat .nvmrc)
yarn install
yarn watch
Expand Down

0 comments on commit ea22810

Please sign in to comment.