Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc committed Jul 26, 2023
1 parent 38b6537 commit af60a05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 259 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"scripts": {
"build": "tsc",
"test": "jest",
"doc": "tsdoc --json dist/tsdoc-metadata.json --out dist/api-docs",
"format": "prettier --write \"./**/*.ts\"",
"prepublish": "yarn run build && yarn run doc",
"prepublish": "yarn run build",
"test-ci": "jest --ci --coverage"
},
"dependencies": {
Expand All @@ -29,7 +28,6 @@
"devDependencies": {
"@types/node": "^20.4.5",
"prettier": "^3.0.0",
"tsdoc": "^0.0.4",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit af60a05

Please sign in to comment.