Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.33 KB

File metadata and controls

24 lines (17 loc) · 1.33 KB

Drupal-editable

npm lerna Drupal 8 Commitizen friendly code style: prettier

JS library framework to decouple Drupal.

This repository contains multiple node packages administered with lerna.

Contributing

Please read our code of conduct. Collaborating on this project signifies your acceptance of these ground-rules.

Development tasks: Run these commands either in this directory or in a ./packages/** directory to apply them globally to all or only to one package:

  • npm run commit– Commit after staging something for the interactive commitizen cli
  • npm run build – Build development and production bundles
  • npm run build:dev – Build only development bundles
  • npm run build:prod – Build only production bundles
  • npm run lint– Lint with eslint
  • npm run test– Test (Currently only for all packages)