Skip to content

Commit

Permalink
build(deps): add changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Nov 1, 2023
1 parent a7b9356 commit d02ca0e
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 245 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"reinstall": "pnpm run clean:workspace && pnpm install",
"list": "pnpm recursive list",
"list:workspaces": "pnpm m ls --depth -1 --porcelain",
"changelog": "node ./scripts/changelogs.mjs",
"prepublishOnly": "pnpm build && node ./scripts/prepublishOnly.mjs",
"============= ROME ==================": "",
"style:check": "stylelint \"./packages/web/**/*.scss\" -f verbose --color",
"style": "stylelint \"./packages/web/**/*.scss\" --fix -f verbose —color",
Expand Down Expand Up @@ -37,11 +39,11 @@
"tes:ui": "pnpm --stream -r test run",
"test:ui:cli": "pnpm --filter savescum test:ui",
"test:ui:web": "pnpm --filter @savescum/web test:ui",
"prepare": "husky install",
"pub": "node ./scripts/prepublishOnly.mjs"
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "^1.3.1",
"@bscotch/workspaces": "^0.3.0",
"@types/mock-fs": "^4.13.3",
"@types/node": "^20.8.9",
"@vitest/ui": "^0.34.6",
Expand Down
Loading

0 comments on commit d02ca0e

Please sign in to comment.