Skip to content

Commit

Permalink
fixed script naming clash (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-khong authored Nov 10, 2021
1 parent c87aa7b commit ca498c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ First and foremost, thank you for taking an interest to contribute to _fxl.js_.
* Bump the version in `packages/core/package.json`.
* Update the API documentation by running `yarn docs`.
* Create a PR to merge to the upstream `develop` branch.
* Publish the package by running `yarn publish` upstream.
* Publish the package by running `yarn publish-to-npm` upstream.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license" : "Apache-2.0 License",
"scripts": {
"build": "yarn nx build core",
"publish": "yarn build && cd dist/packages/core && yarn publish --access public",
"publish-to-npm": "yarn build && cd dist/packages/core && yarn publish --access public",
"docs": "yarn build && cd packages/core/src && npx typedoc index.ts --out ../../../api-docs --readme ../../../README.md"
},
"private": true,
Expand Down

0 comments on commit ca498c8

Please sign in to comment.