File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-aes" ,
33 "private" : true ,
4- "version" : " 0 .0.1 " ,
4+ "version" : " 1 .0.0 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
88 "build" : " vite build" ,
99 "build:version" : " vite build" ,
1010 "release:version" : " standard-version" ,
11- "release" : " pnpm release:version && git push --follow-tags origin main && pnpm build:version && git add . && git commit -m \" chore: build output\" && git push origin main" ,
11+ "release" : " pnpm release:version && git push --follow-tags origin main && pnpm build:version && git add . && git diff --quiet || git commit -m \" chore: build output\" && git push origin main" ,
1212 "lint" : " eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0" ,
1313 "preview" : " vite preview"
1414 },
You can’t perform that action at this time.
0 commit comments