build: update release script

This commit is contained in:
wewoor 2023-06-14 10:46:13 +08:00
parent 322b33a916
commit 06f30ff5a4

View File

@ -23,7 +23,7 @@
"eslint": "eslint ./src/**/*.ts", "eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck", "check-types": "tsc --skipLibCheck",
"test": "NODE_OPTIONS=--max_old_space_size=4096 && jest", "test": "NODE_OPTIONS=--max_old_space_size=4096 && jest",
"release": "npm run build && standard-version --infile CHANGELOG.md" "release": "standard-version --infile CHANGELOG.md"
}, },
"author": "dt-insight-front", "author": "dt-insight-front",
"license": "MIT", "license": "MIT",