Skip to content

Commit 796ecb2

Browse files
committed
Remove prepublishOnly script from package.json
1 parent 76f3939 commit 796ecb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build:watch": "nodemon --watch 'src' --watch $(realpath node_modules/podverse-helpers) --watch $(realpath node_modules/podverse-orm) --delay 500ms -x \"npm run build\"",
1212
"build": "tsc",
1313
"lint": "eslint ./src --ext .ts",
14-
"prepublishOnly": "npm run build",
1514
"start": "ts-node ./dist/index.js"
1615
},
1716
"author": "",

0 commit comments

Comments
 (0)