1
0

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 8c848ade4e
commit ee91907a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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