Skip to content

Commit fb9c51f

Browse files
committed
ci(general): restrict release scope to packages
1 parent 5866b5f commit fb9c51f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"test": "echo TEST",
1212
"build": "lerna run build",
13-
"semantic-release": "lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo"
13+
"semantic-release": "lerna exec --scope @offcourse/* --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo"
1414
},
1515
"version": "0.0.0-development",
1616
"repository": {

0 commit comments

Comments
 (0)