Skip to content

Change the default output path not working #42

@belgoros

Description

@belgoros

I tried to change the default output path as follows and it didn't work, the add-on put all the stuff into tmp/deploy-dist:

#deploy.js

...
  if (deployTarget === 'development') {
    ENV.build.environment = 'development';
    ENV.build.outputPath = 'dist';
  }
....

What am doing wrong here ? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions