Skip to content

Commit

Permalink
chore: add release-it for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Nov 4, 2022
1 parent 8214601 commit 8682a1f
Show file tree
Hide file tree
Showing 2 changed files with 2,052 additions and 28 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'",
"release": "release-it"
},
"keywords": [
"halo",
Expand Down Expand Up @@ -50,6 +51,7 @@
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"release-it": "^15.5.0",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"vite": "^3.2.2",
Expand Down
Loading

0 comments on commit 8682a1f

Please sign in to comment.