Skip to content

Commit

Permalink
Merge pull request #2 from codesyntax/develop
Browse files Browse the repository at this point in the history
release it script
  • Loading branch information
bipoza authored May 27, 2024
2 parents 473f28d + 129bf81 commit ec60c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test.unit": "vitest",
"lint": "eslint",
"build:docs": "tsc && vite build --mode production",
"build:lib": "tsc --p ./tsconfig-build-lib.json && vite build --mode lib"
"build:lib": "tsc --p ./tsconfig-build-lib.json && vite build --mode lib",
"release": "release-it"
},
"peerDependencies": {
"@ionic/react": "^8.0.0",
Expand Down

0 comments on commit ec60c55

Please sign in to comment.