Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmisty committed Jun 13, 2024
1 parent 09ddd76 commit 64ad6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:cov": "CONSOLE=false jest --coverage",
"lint": "eslint --ext '.js,.ts' . --ignore-path .gitignore",
"prepublish": "npm run test:cov && npm run build",
"build": "rm -rf dist && tsc --project tsconfig.build.json && cp package.json ./dist/package.json && cp README-pack.md ./dist/README.md && cp CHANGELOG.md ./dist/CHANGELOG.md && sh .scripts/remove.sh && cd dist && npm version $ver --no-git-tag-version ",
"build": "rm -rf dist && tsc --project tsconfig.build.json && cp package.json ./dist/package.json && cp README-pack.md ./dist/README.md && sh .scripts/remove.sh && cd dist && npm version $ver --no-git-tag-version ",
"pack": "npm run build && cd dist && npm pack",
"publish": "npm run publish:patch",
"prepublishOnly": "echo 'USE script \"npm run publish:patch\" (or minor/major)\n' && false",
Expand Down

0 comments on commit 64ad6aa

Please sign in to comment.