Skip to content

Commit

Permalink
Merge pull request #4 from ir-engine/revert-vite-node-to-ts-node-esm-…
Browse files Browse the repository at this point in the history
…to-cjs

Revert vite node to ts node esm to cjs
  • Loading branch information
HexaField authored Oct 15, 2024
2 parents d98035b + a5b86ef commit 909534d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ir-engine/ir-bot",
"version": "0.5.8",
"type": "module",
"description": "A test bot using puppeteer",
"repository": {
"type": "git",
Expand All @@ -18,8 +17,8 @@
"scripts": {
"build": "tsc",
"check-errors": "tsc --noemit",
"dev": "vite-node ./src/index.ts",
"dev-koa": "vite-node ./src/index_koa.ts",
"dev": "ts-node --swc ./src/index.ts",
"dev-koa": "ts-node --swc ./src/index_koa.ts",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
"format-staged": "lint-staged",
Expand Down

0 comments on commit 909534d

Please sign in to comment.