Skip to content

Commit

Permalink
Try removing tspath to resolve CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Dec 29, 2023
1 parent 7481970 commit 3f5a47c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3f5a47c

Please sign in to comment.