Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 282 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 282 Bytes

Publish to NPM

Increment version in package.json.

npm run build
npm publish

Using locally

Build the dist folder.

npm run build

# or

npm run watch

Install your locally built package.

npm install <../path/to/bazaar>