Socket
Socket
Sign inDemoInstall

@angular-custom-builders/lite-serve

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-custom-builders/lite-serve

Custom builder to run lite-server with options


Version published
Weekly downloads
390
decreased by-20.73%
Maintainers
2
Weekly downloads
 
Created
Source

lite-serve compatible with angular v7

This builder allows you to run a lite-server with an existing dist folder. Useful in case of a CI/CD to avoid to build the project as part of the ng e2e command.

"app-e2e": {
    "root": "apps/app",
    "sourceRoot": "apps/app/src",
    "projectType": "application",
    "architect": {
        "lite-serve": {
            "builder": "@angular-custom-builders/lite-serve:dist-serve",
            "options": {
                "port": 4200,
                "outputPath": "dist/apps/app"
            }
        }
    }
},
"app-e2e": {
    "root": "apps/app-e2e",
    "sourceRoot": "apps/app-e2e/src",
    "projectType": "application",
    "architect": {
        "e2e": {
            "builder": "@angular-devkit/build-angular:protractor",
            "options": {
                "protractorConfig": "apps/modeling-ee-e2e/protractor.conf.js",
                "devServerTarget": "app:lite-serve"
            }
        }
    }
}

FAQs

Package last updated on 17 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc