Skip to content

Commit b8989a3

Browse files
chore(package): 🔧 remove unused postpublish script from package.json
* Cleaned up the `scripts` section in `package.json` by removing the `postpublish` script, which was not necessary for the current workflow.
1 parent e28238f commit b8989a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"prepush": "jest --verbose ./src",
5050
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
5151
"dts": "./node_modules/.bin/npm-dts generate -e ./src/FSXAApi.ts",
52-
"dev": "npx nodemon dev/index.ts --ignore ./**/dist",
53-
"postpublish": "npm publish --workspace proxy"
52+
"dev": "npx nodemon dev/index.ts --ignore ./**/dist"
5453
},
5554
"lint-staged": {
5655
"{src,test}/**/*.ts": [

0 commit comments

Comments
 (0)