confluence-web-components

v0.0.15
Web components used to render common Confluence components in Connect add-ons.
web-component web-components atlassian confluence react atlassian connect add-ons plugins

test

mocha "test/**/*.js" "src/**/*-test.js" --compilers scss:./tools/null-compiler,js:babel-core/register

test-watch

npm run test -- --watch

coverage

babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- "test/**/*.js" "src/**/*-test.js" --compilers scss:./tools/null-compiler && babel-istanbul check-coverage

docker-build

docker build -t docker.atlassian.io/atlassian/confluence-web-components .

docker-push

docker push docker.atlassian.io/atlassian/confluence-web-components:latest

docker-start

docker run -t -p 3000:8080 -i docker.atlassian.io/atlassian/confluence-web-components

deploy

micros service:deploy confluence-web-components

start

node app.js

prepublish

webpack && NODE_ENV=production webpack

lint

eslint .

preversion

npm run lint && npm test

version

npm run prepublish

postversion

git push && git push --tags
npm i confluence-web-components

Metadata

Downloads

Maintainers