Skip to content

Commit 861e2c1

Browse files
Merge pull request #1560 from ASU/fix-shared-publish-config
build: add shared packaged to ignore publish step
2 parents abf792c + d7a3a5e commit 861e2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:accessibility": "lerna run test:accessibility --parallel",
2323
"test:e2e": "jest",
2424
"prepublish-packages": "node scripts/copy-license.js && node scripts/copy-release-rc.js",
25-
"publish-packages": "yarn prepublish-packages && lerna exec --ignore=@asu/static-site --concurrency 1 -- npx --no-install semantic-release --debug -e semantic-release-monorepo",
25+
"publish-packages": "yarn prepublish-packages && lerna exec --no-private --concurrency 1 -- npx --no-install semantic-release --debug -e semantic-release-monorepo",
2626
"start": "node server/server.js",
2727
"stop": "node server/server.stop.js",
2828
"prepare": "husky install",

0 commit comments

Comments
 (0)