Skip to content

Commit

Permalink
chore: esm fix for ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Sep 14, 2024
1 parent 327287c commit 8da6e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"build:mac": "yarn build && electron-builder --mac --config",
"build:linux": "yarn build && electron-builder --linux --config",
"test": "yarn clean && vitest",
"ts-node": "node --loader ts-node/esm --no-warnings=ExperimentalWarning -e \"import('${0}')\"",
"prepare": "npx husky && electron-builder install-app-deps",
"semantic-release": "npx semantic-release",
"sentry:sourcemaps": "./scripts/sentry-sourcemaps.sh"
Expand Down

0 comments on commit 8da6e6e

Please sign in to comment.