mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix: address todos (#2578)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && tsc --project tsconfig-cjs.json && copyfiles package.json dist",
|
||||
"test": "jest -c ./jest.config.js --coverage",
|
||||
"buildOutput": "ts-node --project ./tsconfig-cjs.json ./lib/test/makeOutput.ts && npx prettier --write '**/*.ts'",
|
||||
"check": "tsc --noEmit"
|
||||
@@ -41,13 +42,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"yaml": "^2.2.2",
|
||||
"@types/jest": "^29.4.0",
|
||||
"copyfiles" : "^2.4.1",
|
||||
"jest": "^29.4.3",
|
||||
"prettier": "^3.2.5",
|
||||
"ts-jest": "^29.0.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsx": "^4.7.1",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.0.4",
|
||||
"yaml": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user