Skip to content

Commit

Permalink
Merge pull request #4220 from serlo/fix/publishing-editor-web-compone…
Browse files Browse the repository at this point in the history
…nt-to-npm

fix(ci): Publishing script to npm for editor web component
  • Loading branch information
CodingDive authored Oct 24, 2024
2 parents 91454df + d74058b commit c518935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"e2e-localhost": "cd e2e-tests && yarn e2e-localhost",
"e2e-workers": "cd e2e-tests && yarn e2e-workers",
"editor-web-component:build": "yarn workspace @serlo/editor-web-component build",
"editor-web-component:publish": "yarn workspace @serlo/editor-web-component run npm publish",
"editor-web-component:publish": "yarn workspace @serlo/editor-web-component run publish:package",
"editor-web-component:publish-local": "yarn workspace @serlo/editor-web-component yalc:publish",
"editor:build": "yarn workspace @serlo/editor build",
"editor:publish": "yarn workspace @serlo/editor run publish:package",
Expand Down
1 change: 1 addition & 0 deletions packages/editor-web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"lint": "npm-run-all lint:eslint lint:prettier",
"lint:eslint": "yarn _eslint",
"lint:prettier": "yarn _prettier --check",
"publish:package": "npm publish",
"yalc:publish": "yarn build && yalc publish --push --sig"
},
"resolutions": {
Expand Down

0 comments on commit c518935

Please sign in to comment.