Set configuration for changeset

This commit is contained in:
2026-07-10 16:15:35 +02:00
parent 8513c987c9
commit b722e113ab
4 changed files with 745 additions and 1 deletions
+5 -1
View File
@@ -6,7 +6,10 @@
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"keywords": [],
"author": "",
@@ -24,6 +27,7 @@
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.31.0",
"eslint": "^10.6.0",
"prettier": "^3.9.4"
}