Skip to content

Commit

Permalink
πŸ’š Update reload-all script to use ts-node-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Dec 21, 2023
1 parent 316d53f commit 4e6e684
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 @@
"description": "Charts for Zotero",
"scripts": {
"build": "cross-env NODE_ENV=development ts-node tools/build.ts --full",
"reload-all": "ts-node tools/build.ts --full",
"reload-all": "ts-node-esm tools/build.ts --full",
"reload-dev": "cross-env NODE_ENV=development ts-node tools/build.ts",
"replace-update": "ts-node tools/build.ts --no-build",
"type-check-vue": "vue-tsc --noEmit -p ./src/vue",
Expand Down Expand Up @@ -118,4 +118,4 @@
"publish": false
}
}
}
}

0 comments on commit 4e6e684

Please sign in to comment.