From 3f5a47c40b774f71afb9ef2b05271b929cb4d283 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Thu, 28 Dec 2023 22:08:37 -0800 Subject: [PATCH] Try removing tspath to resolve CI error --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7cd5c0c..40e8529 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,10 @@ "version": "0.0.1", "license": "MIT", "main": "dist/index.ts", - "engines": { - "node": "16.15.1" - }, "scripts": { "start": "node dist/index.js", - "dev": "concurrently \"tspath -f \" \"npx tsc --watch\" \"tspath -f \" \"nodemon -q dist/index.js\" \"tspath -f \"", - "build": "tsc && tspath -f", + "dev": "concurrently \"resolve-tspaths \" \"npx tsc --watch\" \"resolve-tspaths \" \"nodemon -q dist/index.js\" \"resolve-tspaths \"", + "build": "tsc && resolve-tspaths", "analyze": "source-map-explorer 'build/static/js/*.js'", "test": "craco test", "eject": "craco eject", @@ -85,10 +82,10 @@ "rehype-raw": "^6.1.1", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", + "resolve-tspaths": "^0.8.17", "serve": "^11.3.2", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", - "tspath": "^2.6.8", "url": "^0.11.0", "util": "^0.12.5", "yup": "^0.32.9"