We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3c1ac commit 26f2283Copy full SHA for 26f2283
package.json
@@ -12,7 +12,6 @@
12
"scripts": {
13
"build": "tsc -p tsconfig.json",
14
"dev": "nodemon --exec \"probot run ./lib/index.js\"",
15
- "postinstall": "npm run build",
16
"prettier-check": "prettier --config package.json --list-different './**/*.ts'",
17
"prettier-format": "prettier --config package.json --write './**/*.ts'",
18
"receive": "node_modules/.bin/probot receive",
0 commit comments