File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments