Skip to content

Commit

Permalink
Merge pull request #405 from uxshop/fix/postinstall-script
Browse files Browse the repository at this point in the history
Remove o script de `postinstall`
  • Loading branch information
rhandrade authored Dec 16, 2024
2 parents 0bad85b + efcf875 commit 5a530ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
scope: '@tray-tecnologia'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tray-tecnologia/design-system",
"description": "Conjunto de diretrizes, componentes e padrões visuais e de código.",
"version": "4.0.0-rc.2",
"version": "4.0.0-rc.3",
"type": "module",
"engines": {
"node": ">=20.10.0"
Expand All @@ -24,8 +24,7 @@
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:sass:compile": "tsx .storybook/compile.ts",
"prepare": "husky",
"postinstall": "npm run build"
"prepare": "husky"
},
"peerDependencies": {
"typescript": ">= 5.5.0 < 5.7.0",
Expand Down

0 comments on commit 5a530ad

Please sign in to comment.