Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dv-scripts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dv-scripts

Scripts for Node/TypeScript development.

  • 1.6.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
452
increased by28.05%
Maintainers
1
Weekly downloads
 
Created
Source

dv-scripts

npm

Scripts for Node/TypeScript development.

  • build
    • Build using Rollup.
  • test
    • Test using Jest.
  • lint
    • Sort package.json files with sort-package-json.
    • Format files with prettier.
    • Lint using ESLint.
  • start
    • Compile individual files in watch mode using Babel.
    • We do this so that when developing in a monorepo you get proper hot module reloading.
  • release
    • Release a production release if we are on the main branch.
    • Release a canary release if we aren't on the main branch.
    • When in a normal repo we use semantic-release.
    • When in a repo using Yarn workspaces we use multi-semantic-release.
  • ci
    • Single command for running common CI commands.
      1. build
      2. lint
      3. test
      4. release
    • Instead of setting up a complex YAML file and locking yourself into a CI provider you can use dv-scripts ci.

FAQs

Package last updated on 15 Sep 2021

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