build(release): add standard-version

This commit is contained in:
xiaowei 2021-01-05 18:47:50 +08:00
parent 8d750c7b07
commit 3dc5869024
2 changed files with 1233 additions and 23 deletions

View File

@ -18,7 +18,8 @@
"build": "rm -rf dist && tsc",
"eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck",
"test": "jest"
"test": "jest",
"release": "npm run build && standard-version --infile CHANGELOG.md"
},
"author": "dt-insight-front",
"license": "MIT",
@ -39,6 +40,7 @@
},
"dependencies": {
"@types/antlr4": "4.7.0",
"antlr4": "4.7.2"
"antlr4": "4.7.2",
"standard-version": "^9.1.0"
}
}

1250
yarn.lock

File diff suppressed because it is too large Load Diff