app-datepicker

v6.0.0-rc.7
Google Material Design based date picker built with lit
buildwithlit cal calendar date-picker date datepicker lit-element lit-html lit and 6 more...

build

tsc -p tsconfig.prod.json

check

package-check

clean

rm -rf .*cache *.log coverage/ dist/ logs/

postinstall

if [ "$CI" != 'true' ]; then npm dedupe; fi

lint

eslint src --ext .js,.ts

lint-commit

npm x -y -- commitlint --edit

lint:build

npm run lint -- --config .build.eslintrc.json

nano-staged

nano-staged

prepare

if [ "$CI" != 'true' ]; then npm x -y -- simple-git-hooks; fi

prepublishOnly

npm run lint:build && npm run build

serve

npm x -y @web/dev-server@latest -- wds --node-resolve -dw -p 3000 -a index.html

test

npm run test:helpers && npm run test:elements

test:elements

npm run wtr -- --config wtr.config.mjs

test:helpers

TEST_HELPERS=1 npm run wtr -- --config wtr.config.mjs

ts

tsc

watch

npm run clean && tsc --watch

wtr

node --max-old-space-size=8192 --trace-deprecation node_modules/@web/test-runner/dist/bin.js

Metadata

  • MIT
  • >= 16.x
  • Rong Sen Ng
  • released 1/10/2022

Downloads

Maintainers