Skip to content

Commit

Permalink
Go back to tsx for api scripts for Windows compatibility (#18066)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
  • Loading branch information
br41nslug and paescuj committed Apr 5, 2023
1 parent 535edd7 commit b018963
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
],
"scripts": {
"build": "tsc --build && copyfiles \"src/**/*.{yaml,liquid}\" -u 1 dist",
"cli": "NODE_ENV=development SERVE_APP=false node --loader @esbuild-kit/esm-loader src/cli/run.ts",
"dev": "NODE_ENV=development SERVE_APP=false node --loader @esbuild-kit/esm-loader --watch --inspect=0 src/start.ts",
"cli": "NODE_ENV=development SERVE_APP=false tsx src/cli/run.ts",
"dev": "NODE_ENV=development SERVE_APP=false tsx watch src/start.ts",
"start": "node cli.js start",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
Expand Down Expand Up @@ -162,6 +162,7 @@
"stream-json": "1.7.5",
"strip-bom-stream": "4.0.0",
"tmp-promise": "3.0.3",
"tsx": "3.12.6",
"uuid": "9.0.0",
"uuid-validate": "0.0.3",
"vm2": "3.9.14",
Expand All @@ -170,7 +171,6 @@
"devDependencies": {
"@directus/tsconfig": "0.0.6",
"@directus/types": "workspace:*",
"@esbuild-kit/esm-loader": "2.5.5",
"@ngneat/falso": "6.4.0",
"@types/async": "3.2.18",
"@types/busboy": "1.5.0",
Expand Down
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- rijkvanzanten
- paescuj
53 changes: 47 additions & 6 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 b018963

Please sign in to comment.