Skip to content

Commit

Permalink
fix: migrate from ts-node to tsx and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 12, 2024
1 parent 1d2bfbd commit 0243330
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 110 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
"build": "tsc -b tsconfig.json tsconfig.esm.json --verbose",
"postbuild": "minimize-js -d lib",
"generate": "ts-node gen/generator.ts",
"generate-local": "ts-node gen/generator.ts -- --local",
"generate": "tsx gen/generator.ts",
"generate-local": "tsx gen/generator.ts -- --local",
"lint": "eslint ./src --ext .ts",
"lintspec": "eslint ./specs/resources/ --ext .spec.ts",
"semantic-release": "semantic-release",
"test": "jest",
"test-local": "ts-node test/spot.ts",
"test-local": "tsx test/spot.ts",
"coverage": "jest --coverage"
},
"keywords": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"lodash": "^4.17.21",
"minimize-js": "^1.4.0",
"semantic-release": "^23.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
},
"repository": "github:commercelayer/provisioning-sdk",
Expand Down
Loading

0 comments on commit 0243330

Please sign in to comment.