Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dsivd/joran

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsivd/joran

Joran Design System

latest
npmnpm
Version
1.6.6
Version published
Maintainers
5
Created
Source

Joran Design System

Design system build for publications.vd.ch

Run locally

$ npm install
$ npm start

Deploy

To deploy the design system on https://dsi-vd.github.io/joran-design-system/, use the following commands:

$ npm install
$ npm run deploy

Changelog

All changes are documented in CHANGELOG.md file.

New version

Here's how to tag, build, publish and deploy a new version

  • Update CHANGELOG.md and commit $ git commit -m "bump for version [new version]"
  • Create a new version and generate a new tag $ npm version [new version]
  • Push on all Git remotes $ git push GitHub && git push GitHub --tags && git push && git push --tags (adapt this command to your remotes)
  • Deploy on gh-branches $ npm run deploy (you can do it twice to kill cache on gh-page).
  • Publish on npmjs.com $ npm publish --tag latest

FAQs

Package last updated on 09 Nov 2023

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