mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
feat: added script which which automatically opens PRs
from current branch and base branch publish and development-publish
This commit is contained in:
16
scripts/package.json
Normal file
16
scripts/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "scripts",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^16.35.0",
|
||||
"commander": "^4.0.1",
|
||||
"inquirer": "^7.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user