8base-cli-continued

v1.0.0-beta.13
8base CLI

e2e

vitest run --config e2e/vitest.config.ts

lint

eslint --ext js,ts src

build

rm -rf dist && tsc

watch

npm run build -- --watch

upload

npm version patch && git push --follow-tags

lint:fix

npm run lint --fix

e2e:watch

vitest --config e2e/vitest.config.ts

check-types

tsc --noEmit

postinstall

node ./scripts/is-ci.cjs || (node ./scripts/postinstall.js && (test -e dist/index.js && node dist/index.js --help || echo))

prettier:check

prettier --list-different "{src,e2e}/**/*.{ts,tsx}"

prettier:write

prettier --write "{src,e2e}/**/*.{ts,tsx}"

e2e:update-snapshot

vitest run --config e2e/vitest.config.ts --update

Metadata

  • MIT
  • Whatever
  • 8base
  • released 10/10/2023

Downloads

Maintainers