Skip to content

Commit

Permalink
chore: Remove legacy script
Browse files Browse the repository at this point in the history
This script was needed to allow backwards compatibility with the release action
during migration. It is no longer needed.
  • Loading branch information
michaeldowseza committed May 8, 2024
1 parent 74a1045 commit 70fe3d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext js,ts .",
"build": "tsc -b && node scripts/generate-package.js && node scripts/generate-doc.js && node scripts/generate-exports.js",
"postbuild": "node scripts/generate-build.js",
"postbuild": "cp README.md LICENSE lib/core && cp README.md LICENSE lib/converter",
"test": "vitest run",
"posttest": "node ./scripts/verify-typescript.js",
"prepare": "husky install"
Expand Down
32 changes: 0 additions & 32 deletions scripts/generate-build.js

This file was deleted.

0 comments on commit 70fe3d5

Please sign in to comment.