Skip to content

Commit

Permalink
Merge pull request #751 from strapi/fix/beta/release
Browse files Browse the repository at this point in the history
fix: releases
  • Loading branch information
HichamELBSI authored Nov 7, 2022
2 parents 7a18433 + 353d620 commit 1e49bad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:e2e:ci": "lerna run test:e2e:ci",
"test:e2e:watch": "lerna --scope @strapi/design-system exec -- yarn test:e2e:watch",
"test:snapshots": "lerna --scope @strapi/design-system exec -- yarn test -u",
"release": "lerna version --no-push --no-git-tag-version && yarn setup && git commit -am \"Releasing\" && lerna publish from-package --contents dist"
"release": "lerna version --no-push --no-git-tag-version && yarn setup && git commit -am \"Releasing\" && lerna publish from-package"
},
"devDependencies": {
"@specifyapp/cli": "^0.0.51",
Expand Down
11 changes: 0 additions & 11 deletions packages/strapi-design-system/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/strapi-icons/.npmignore

This file was deleted.

0 comments on commit 1e49bad

Please sign in to comment.