Skip to content

Commit

Permalink
Merge pull request #324 from pxblue/dev
Browse files Browse the repository at this point in the history
5.0.1 release tag
  • Loading branch information
EvanMcLaughlin-eaton authored Aug 4, 2021
2 parents e210a4d + 2b63f53 commit 9b72947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"prettier:check": "prettier \"src/**/**.{ts,json,css,scss,html}\" --check",
"lint": "eslint \"src/**/**.ts\"",
"lint:fix": "eslint \"src/**/**.ts\" --fix",
"coverage": "yarn test --no-watch --code-coverage"
"coverage": "yarn test --no-watch --code-coverage",
"tag:package": "cp ../CHANGELOG.md CHANGELOG.md && npx -p @pxblue/tag pxb-tag"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"coverage": "cd ./components && yarn test --no-watch --code-coverage",
"build": "bash scripts/buildComponents.sh",
"publish:package": "cd dist && rm -f *.tgz && set npm_config_yes=true && npx -p @pxblue/publish pxb-publish",
"tag:package": "npx -p @pxblue/tag pxb-tag",
"tag:package": "cd components && yarn tag:package",
"install:dependencies": "cd demos/showcase && yarn && cd ../storybook && yarn && cd ../../components && yarn",
"link:components": "bash scripts/linkComponents.sh",
"start:storybook": "yarn install:dependencies && yarn link:components && cd demos/storybook && yarn start",
Expand Down

0 comments on commit 9b72947

Please sign in to comment.