Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

Add quotes to $CWD to allow paths with spaces. #49

Closed shmool closed 4 years ago

shmool commented 4 years ago

Fixes #48

Description

Added quotes when using the current path in the script.

Type of change

Please delete options that are not relevant.

How to Test

  1. Create a directory which has a space in its name, i.e. my projects
  2. Clone this project into this directory
  3. Run npm i
  4. Run npm run test:e2e

Closing issues

closes #48