docs: update CONTRIBUTING.md (#1842)

This commit is contained in:
metonym 2023-11-12 14:25:37 -08:00 committed by GitHub
commit 0fdb9aa9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 17 deletions

View file

@ -17,8 +17,7 @@
"build:docs": "node scripts/build-docs",
"build:lib": "rollup -c",
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
"prepack": "yarn build:docs & yarn build:lib",
"release": "standard-version && yarn prepack"
"release": "standard-version && yarn build:docs"
},
"dependencies": {
"flatpickr": "4.6.9"