Skip to content

Commit

Permalink
fix: lerna publish from-package to recover github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laynegeck authored and billtelus committed Apr 11, 2022
1 parent 5789d32 commit 671b951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"dev": "styleguidist server --config config/styleguide.config.js",
"dev:e2e-direct": "npm rebuild node-sass && STYLEGUIDIST_ENV=e2e styleguidist server --config config/styleguide.config.js",
"lerna:publish": "node scripts/publish.js",
"lerna:cipublish": "npx lerna publish --conventional-commits --yes",
"lerna:cipublish": "npx lerna publish from-package --conventional-commits --yes",
"lint:js": "eslint packages shared config docs scripts/*.js --ext '.js,.jsx' --config config/eslint.config.js --max-warnings 0 --fix",
"lint:scss": "stylelint '{packages,shared}/**/*.scss' --config config/stylelint.config.js",
"lint:ec": "echint",
Expand Down

0 comments on commit 671b951

Please sign in to comment.