Skip to content

Commit

Permalink
Merge pull request #4219 from serlo/fix/publishing-to-npm
Browse files Browse the repository at this point in the history
fix(ci): Publishing flow to npm
  • Loading branch information
CodingDive authored Oct 24, 2024
2 parents 66af60b + 10d7420 commit 91454df
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 @@ -33,7 +33,7 @@
"editor-web-component:publish": "yarn workspace @serlo/editor-web-component run npm publish",
"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 npm publish",
"editor:publish": "yarn workspace @serlo/editor run publish:package",
"editor:publish-local": "yarn workspace @serlo/editor yalc:publish",
"editor:test": "yarn workspace @serlo/editor test",
"format": "yarn workspace @serlo/frontend format",
Expand Down
1 change: 1 addition & 0 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"lint:prettier": "yarn _prettier --check",
"lint:tsc": "tsc --noEmit",
"test": "jest",
"publish:package": "npm publish",
"yalc:publish": "yarn build && yalc publish --push --sig"
},
"resolutions": {
Expand Down

0 comments on commit 91454df

Please sign in to comment.