Skip to content

Commit

Permalink
feat(shrink proxy): bundles in fsxa-api are large which causes perfor…
Browse files Browse the repository at this point in the history
…mance problems

- add publish for proxy package

TNG-1347
  • Loading branch information
spirit-wiegmann committed Mar 13, 2024
1 parent 724a282 commit 439dcab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"prepush": "jest --verbose ./src",
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
"dts": "./node_modules/.bin/npm-dts generate -e ./src/FSXAApi.ts",
"dev": "npx nodemon dev/index.ts --ignore ./**/dist"
"dev": "npx nodemon dev/index.ts --ignore ./**/dist",
"postpublish": "npm publish --workspace proxy"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down

0 comments on commit 439dcab

Please sign in to comment.