Skip to content

Commit 86a8b66

Browse files
committed
build: add missing changeset scripts
1 parent 1535d2f commit 86a8b66

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"build": "vite build",
2424
"lint:scripts": "eslint --fix --ext .jsx,js --ignore-path .gitignore .",
2525
"lint:styles": "stylelint src/**/*.{css,scss}",
26-
"lint": "npm run lint:scripts && npm run lint:styles"
26+
"lint": "npm run lint:scripts && npm run lint:styles",
27+
"changeset": "changeset",
28+
"version": "changeset version",
29+
"release": "npm run build && changeset publish"
2730
},
2831
"publishConfig": {
2932
"access": "public"

0 commit comments

Comments
 (0)