mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-10 00:43:02 +01:00
Add dev script for testing the bot locally
This commit is contained in:
parent
c196252ddf
commit
5369e80810
954
package-lock.json
generated
954
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -3,8 +3,9 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
|
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "ts-node-dev ./run.ts --watch index.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "probot run ./dist/index.js"
|
"start": "node ./dist/run.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -17,13 +18,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
|
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"probot": "^12.2.8",
|
"probot": "^12.2.8"
|
||||||
"typescript": "^4.8.3"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"smee-client": "^1.2.3"
|
"smee-client": "^1.2.3",
|
||||||
|
"ts-node-dev": "^2.0.0",
|
||||||
|
"typescript": "^4.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user