Skip to content

Commit

Permalink
馃悰 (packages) yarn run build on workspaces before publish
Browse files Browse the repository at this point in the history
 mean ... probably should move back to cnaary on all of this bcak-and-forth
  • Loading branch information
JeromeFitz committed May 14, 2021
1 parent 2ccfbcd commit 20e3456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
echo "@jeromefitz:registry=https://registry.npmjs.org/" >> .npmrc
yarn install --frozen-lockfile --ignore-engines --network-concurrency 1
yarn run build
yarn run semantic-release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"boostrap": "lerna bootstrap",
"branch": "git-cz -m branch --allow-empty",
"build": "yarn workspaces run build",
"commit": "ALLOW_EMPTY=--allow-empty git commit --allow-empty",
"lint:eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint:fix": "yarn lint:prettier --write && yarn lint:eslint --fix",
Expand Down
3 changes: 3 additions & 0 deletions packages/semantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"registry": "https://registry.npmjs.org/"
},
"private": false,
"scripts": {
"build": "echo @jeromefitz/semantic"
},
"dependencies": {
"@jeromefitz/git-cz": "8.0.0",
"@jeromefitz/semantic-release-git": "10.0.0-develop.2",
Expand Down

0 comments on commit 20e3456

Please sign in to comment.