Skip to content

Commit

Permalink
fix: add format to the end of lib-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 26, 2024
1 parent 5c8c1f0 commit bde7dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"gen:docs": "svelte-lib-helpers docs",
"gen:compo-data": "svelte-lib-helpers compo-data",
"copy:package": "svelte-lib-helpers package",
"lib-helpers": "npm run gen:docs && npm run gen:compo-data && npm run format && npm run package && npm run gen:exports && npm run copy:package",
"lib-helpers": "npm run gen:docs && npm run gen:compo-data && npm run package && npm run gen:exports && npm run copy:package && npm run format",
"package:publish": "standard-version && git push --follow-tags origin main && npm publish"
},
"devDependencies": {
Expand Down Expand Up @@ -760,4 +760,4 @@
},
"./package.json": "./package.json"
}
}
}

0 comments on commit bde7dd5

Please sign in to comment.