Skip to content

Commit

Permalink
chore: Fix check script
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Aug 31, 2024
1 parent d762aa2 commit fe43b4a
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 @@ -27,7 +27,7 @@
"fix:biome": "biome check --write .",
"build": "turbo build",
"build:clean": "rimraf **[!node_modules]/dist",
"publish-packages": "turbo run build check && changeset version && changeset publish"
"publish-packages": "turbo run build && npm run check && changeset version && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down

0 comments on commit fe43b4a

Please # to comment.