Skip to content

Commit

Permalink
chore: 增加changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
xlei1123 committed Sep 27, 2024
1 parent 54c46cd commit a5afb64
Show file tree
Hide file tree
Showing 2 changed files with 1,811 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test:mocha": "nyc --reporter=text mocha --require ts-node/register 'test/**/*.{ts,tsx}' -t 60000",
"test:mocha:reporter": "nyc --reporter=lcov --reporter=text mocha --require ts-node/register 'test/**/*.{ts,tsx}' -t 60000 --reporter=mochawesome",
"watch:ts": "tsc --watch",
"prepublishOnly": "npm run test:mocha && npm run lint && npm run build:ts"
"prepublishOnly": "npm run test:mocha && npm run lint && npm run build:ts",
"release": "release-it"
},
"lint-staged": {
"**/*.{jsx,js}": [
Expand Down Expand Up @@ -66,6 +67,7 @@
"inquirer": "^7.0.0",
"ora": "^4.0.3",
"progress": "^2.0.3",
"release-it": "^17.6.0",
"request": "^2.88.0"
}
}
Loading

0 comments on commit a5afb64

Please sign in to comment.