Skip to content

Commit ab7a03f

Browse files
chore: update package.json
Signed-off-by: Nicklas Silversved <nicklas.silversved@digg.se>
1 parent 8e03eb0 commit ab7a03f

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

package-lock.json

Lines changed: 1 addition & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"description": "A command-line tool to lint OpenAPI v3 definitions using Spectral",
2323
"scripts": {
2424
"clean": "rm -rf dist",
25-
"build": "tsc -p tsconfig.json",
25+
"build": "npm run clean && tsc -p tsconfig.json",
2626
"test": "jest",
2727
"test:integration": "node --experimental-vm-modules ./node_modules/.bin/jest --config jest.integration.config.cjs ",
2828
"prepare": "npm run clean && npm run build",
@@ -41,8 +41,7 @@
4141
"jest": "^30.0.4",
4242
"standard-version": "^9.5.0",
4343
"ts-jest": "^29.4.1",
44-
"typescript": "^5.9.2",
45-
"ts-node": "^10.9.2"
44+
"typescript": "^5.9.2"
4645
},
4746
"dependencies": {
4847
"@stoplight/spectral-core": "^1.19.5",
@@ -56,7 +55,8 @@
5655
"fast-xml-parser": "^4.5.0",
5756
"js-yaml": "^4.1.0",
5857
"path": "^0.12.7",
59-
"yargs": "^17.7.2"
58+
"yargs": "^17.7.2",
59+
"ts-node": "^10.9.2"
6060
},
6161
"//": [
6262
"Override transitive dependency due to vulnerability",

0 commit comments

Comments
 (0)