Skip to content

Commit 833e91a

Browse files
committed
fix: simplify start script in package.json
1 parent f5b770b commit 833e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"build": "tsc -p tsconfig.json",
1717
"dev": "nodemon",
18-
"start": "npm run build && probot run ./lib/index.js",
18+
"start": "probot run ./lib/index.js",
1919
"lint": "eslint src/**/*.ts",
2020
"test": "jest",
2121
"coverage": "jest --coverage",

0 commit comments

Comments
 (0)