Skip to content

Commit

Permalink
⚡️ Uninstall tsx for --experimental-strip-types
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Aug 11, 2024
1 parent 885e546 commit 7108a9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist docs node_modules tsconfig.tsbuildinfo",
"dev": "tsx ./src/main.ts",
"dev": "node --experimental-strip-types ./src/main.ts",
"docker": "pnpm run docker:build && pnpm run docker:run",
"docker:build": "docker build -t gigachad.ts .",
"docker:kill": "docker ps --format '{{.Image}} {{.ID}}' | grep gigachad.ts | awk '{print $2}' | xargs docker kill",
Expand All @@ -62,7 +62,6 @@
"globals": "^15.9.0",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.3.3",
"tsx": "^4.16.5",
"typedoc": "^0.26.5",
"typescript": "^5.5.4",
"typescript-eslint": "^7.16.1",
Expand Down
27 changes: 0 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7108a9d

Please sign in to comment.