Skip to content

Commit 1e9cdec

Browse files
committed
refactor(scripts): remove docs:update-changelog from preversion script
1 parent 91ed4ad commit 1e9cdec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:start": "npm run build && npm run start",
2424
"lint": "eslint src tests",
2525
"lint:fix": "eslint --fix src tests",
26-
"preversion": "npm run check-license && docs:update-changelog && npm run lint && npm run build:start && npm run test",
26+
"preversion": "npm run check-license && npm run lint && npm run build:start && npm run test",
2727
"pretest": "npm run build",
2828
"dryrun": "npm pack --dry-run",
2929
"dryrun:list": "npm pack --dry-run --json > pack-output.json",
@@ -34,7 +34,6 @@
3434
"add-license": "npx license-check-and-add add -f file-banner-lic.json && npm run lint:fix",
3535
"check-license": "npx license-check-and-add check -f file-banner-lic.json",
3636
"deps:update": "npx npm-check-updates -u --target latest && npm install",
37-
"docs:update-changelog": "rimraf docs/src/pages/changelog.md && cpx changelog.md docs/src/pages/ && git add .",
3837
"docs:install": "cd docs && npm install",
3938
"docs:start": "cd docs && npm run start",
4039
"docs:build": "cd docs && npm run build",

0 commit comments

Comments
 (0)