@holochain-open-dev/calendar-events

v0.0.0
Webcomponent hod-calendar-event following open-wc recommendations

start

concurrently --kill-others --names tsc,es-dev-server "npm run tsc:watch" "es-dev-server --config demo/es-dev-server.config.js" "npm run holochain:start"

build

rimraf dist && tsc

tsc:watch

tsc --watch

test

tsc && karma start --coverage

test:watch

concurrently -k --names tsc,karma "npm run tsc:watch" "karma start --auto-watch=true --single-run=false -- --grep e2e/**/*.test.js"

e2e

E2E=true concurrently -k -s first "tsc && karma start --coverage" "npm run holochain:start"

holochain:start

RUST_LOG=warn holochain-run-dna ../example-dna/example-dna.dna.gz

analyze

wca analyze src --format json --outFile custom-elements.json

lint:eslint

eslint --ext .ts,.html . --ignore-path .gitignore

format:eslint

eslint --ext .ts,.html . --fix --ignore-path .gitignore

lint:prettier

prettier "**/*.js" "**/*.ts" --check --ignore-path .gitignore

format:prettier

prettier "**/*.js" "**/*.ts" --write --ignore-path .gitignore

lint

npm run lint:eslint && npm run lint:prettier

format

npm run format:eslint && npm run format:prettier

storybook

concurrently --kill-others --names tsc,storybook "npm run tsc:watch" "start-storybook --node-resolve --watch --open"

storybook:build

build-storybook

storybook:publish

npm run lint && npm run analyze && npm run storybook:build && gh-pages -d storybook-static

npm:publish

npm run lint && npm run build && cp ../README.md dist/ && cp ../LICENSE dist/ && cp package.json dist/ && npm publish --access public
npm i @holochain-open-dev/[email protected]

Metadata

Downloads

Maintainers