Skip to content

Commit 8ab8f5c

Browse files
committed
[FIX] previous commit
1 parent c6bb43f commit 8ab8f5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/react-tools-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"readme": "node scripts/generateREADME.js",
2424
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2525
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
26-
"release:patch": "pnpm version && git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags",
27-
"release:minor": "pnpm version && git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags",
28-
"release:major": "pnpm version && git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags",
29-
"postversion": "pnpm --filter @ndriadev/react-tools publish --access public",
26+
"release:patch": "pnpm version patch",
27+
"release:minor": "pnpm version minor",
28+
"release:major": "pnpm version major",
29+
"postversion": "git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags && pnpm --filter @ndriadev/react-tools publish --access public",
3030
"preview": "vite preview",
3131
"prepare": "pnpm run build",
3232
"prepublishOnly": "pnpm run lint"

0 commit comments

Comments
 (0)