Skip to content

Commit

Permalink
feat: update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-mcparland committed Mar 25, 2024
1 parent 555c2a6 commit 1f8267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postbuild": "yarn workspace @jpmorganchase/elemental test.packaging && yarn workspace @jpmorganchase/elemental-core test.packaging && yarn workspace @jpmorganchase/elemental-dev-portal test.packaging",
"lint": "eslint '{packages,examples}/*/src/**/*.{ts,tsx}'",
"version": "lerna version --yes --no-push --force-publish=*",
"release": "lerna publish from-package --no-private --yes --registry https://registry.npmjs.org",
"release": "lerna publish from-package --no-private --yes --registry https://registry.npmjs.org --force-publish=*",
"release.docs": "yarn workspace @jpmorganchase/elemental release.docs",
"type-check": "yarn workspaces run type-check",
"test": "yarn workspace @jpmorganchase/elemental test && yarn workspace @jpmorganchase/elemental-core test && yarn workspace @jpmorganchase/elemental-dev-portal test --passWithNoTests",
Expand Down

0 comments on commit 1f8267c

Please sign in to comment.