Skip to content

Commit

Permalink
feat: fix copying nodemon-dev, and nodemon-hot files (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk authored Jul 24, 2024
1 parent ef896bd commit 9f4b39c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ order: 95

# Changelog

## Version 51

### Code Changes

- Auto copy `nodemon-dev` and `nodemon-hot` files during script updates

---

## Version 50

### Code Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "stuyk",
"type": "module",
"version": "50",
"version": "51",
"scripts": {
"dev": "nodemon --config ./nodemon-dev.json -x pnpm start",
"dev:linux": "nodemon --config ./nodemon-dev.json -x pnpm start:linux",
Expand Down
2 changes: 2 additions & 0 deletions scripts/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const foldersToCopy = [
'scripts',
'package.json',
'tsconfig.json',
'nodemon-dev.json',
'nodemon-hot.json',
];

function cloneRepository(repoUrl, clonePath) {
Expand Down

0 comments on commit 9f4b39c

Please sign in to comment.