refactor: del excess file

This commit is contained in:
QC2168 2023-06-08 20:42:04 +08:00
parent e2b10d1cc2
commit 4e712762d8
3 changed files with 11 additions and 15 deletions

8
.release-it.json Normal file
View File

@ -0,0 +1,8 @@
{
"git": {
"commitMessage": "feat: v${version}"
},
"github": {
"release": true
}
}

View File

@ -1,14 +0,0 @@
const {
workerData,
parentPort,
} = require('worker_threads');
const {
params,
} = workerData;
const instance = null;
function post(data) {
parentPort.postMessage(data);
}

View File

@ -13,7 +13,8 @@
"commit": "cz",
"prepare": "husky install",
"postinstall": "yarn prepare",
"lint": "eslint . --ext .js,.ts,.tsx --fix --ignore-path .gitignore"
"lint": "eslint . --ext .js,.ts,.tsx --fix --ignore-path .gitignore",
"release": "release-it"
},
"engines": {
"node": ">=14.17.0"
@ -65,6 +66,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6",
"release-it": "^15.11.0",
"typescript": "^4.7.3",
"unocss": "^0.44.1",
"vite": "^4.1.2",