Skip to content

Commit

Permalink
fix: changeset command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonmarcello authored Nov 28, 2023
1 parent 1e7ab70 commit e5c034e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "vite",
"build": "rm -rf dist && vite build",
"version": "changeset version",
"release": "npm run build && changeset release",
"release": "npm run build && changeset publish",
"lint:scripts": "eslint --report-unused-disable-directives --max-warnings 0 --ext .tsx,ts --ignore-path .gitignore .",
"lint:styles": "stylelint src/**/*.{css,scss}",
"lint": "npm run lint:scripts && npm run lint:styles",
Expand Down

0 comments on commit e5c034e

Please sign in to comment.