mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
chore: update guide and scripts
lint files
This commit is contained in:
parent
15185040ed
commit
a4ef8d2db3
6 changed files with 94 additions and 47 deletions
|
@ -18,7 +18,7 @@
|
|||
"build:lib": "rollup -c",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
|
||||
"prepack": "yarn build:docs & yarn build:lib",
|
||||
"release": "standard-version"
|
||||
"release": "standard-version && yarn prepack"
|
||||
},
|
||||
"dependencies": {
|
||||
"flatpickr": "4.6.9"
|
||||
|
@ -43,6 +43,11 @@
|
|||
"svelte-check": "^2.8.1",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"standard-version": {
|
||||
"skip": {
|
||||
"commit": true
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"svelteStrictMode": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue