fix make ember-dist-dev (#11833)

This commit is contained in:
Conor Mongey 2021-06-11 16:36:44 +01:00 committed by GitHub
parent c8cd611ab6
commit d484702a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ ember-dist-dev:
@cd ui && yarn --ignore-optional
@cd ui && npm rebuild node-sass
@echo "--> Building Ember application"
@cd ui && yarn run build-dev
@cd ui && yarn run build:dev
static-dist: ember-dist static-assets
static-dist-dev: ember-dist-dev static-assets